diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-20 15:02:03 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-20 15:02:03 -0700 |
commit | b894583fd0246060d908a0cc7b5f3ef72a5a2112 (patch) | |
tree | 692c0b1cde199af682f0f702ee44c1c19df74906 /glcpp.h | |
parent | 876e510bdab96574c4ca5ee94c580fe6ad7f0106 (diff) |
Add xtalloc_asprintf
I expect this to be useful in the upcoming implementation of token pasting.
Diffstat (limited to 'glcpp.h')
-rw-r--r-- | glcpp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -149,4 +149,7 @@ xtalloc_strdup (const void *t, const char *p); char * xtalloc_strndup (const void *t, const char *p, size_t n); +char * +xtalloc_asprintf (const void *t, const char *fmt, ...); + #endif |