diff options
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 |