commit | b894583fd0246060d908a0cc7b5f3ef72a5a2112 | [log] [tgz] |
---|---|---|
author | Carl Worth <cworth@cworth.org> | Thu May 20 15:02:03 2010 -0700 |
committer | Carl Worth <cworth@cworth.org> | Thu May 20 15:02:03 2010 -0700 |
tree | 692c0b1cde199af682f0f702ee44c1c19df74906 | |
parent | 876e510bdab96574c4ca5ee94c580fe6ad7f0106 [diff] [blame] |
Add xtalloc_asprintf I expect this to be useful in the upcoming implementation of token pasting.
diff --git a/glcpp.h b/glcpp.h index 2e93cb9..048a9be 100644 --- a/glcpp.h +++ b/glcpp.h
@@ -149,4 +149,7 @@ char * xtalloc_strndup (const void *t, const char *p, size_t n); +char * +xtalloc_asprintf (const void *t, const char *fmt, ...); + #endif