prototypes for GNU asprintf/vasprintf
authorRich Felker <dalias@aerifal.cx>
Sun, 20 Feb 2011 22:17:09 +0000 (17:17 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 20 Feb 2011 22:17:09 +0000 (17:17 -0500)
include/stdio.h

index 4abb1e6..186fdf2 100644 (file)
@@ -154,6 +154,8 @@ char *tempnam(const char *, const char *);
 char *cuserid(char *);
 #undef off64_t
 #define off64_t off_t
 char *cuserid(char *);
 #undef off64_t
 #define off64_t off_t
+int asprintf(char **, const char *, ...);
+int vasprintf(char **, const char *, va_list);
 #endif
 
 #ifdef __cplusplus
 #endif
 
 #ifdef __cplusplus