Add asprintf

This commit is contained in:
Jeremy Soller
2018-12-09 12:45:04 -07:00
parent 63b079c231
commit ee40035c4b
5 changed files with 65 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ typedef struct FILE FILE;
extern "C" {
#endif
int asprintf(char **strp, const char * fmt, ...);
int fprintf(FILE * stream, const char * fmt, ...);
int printf(const char * fmt, ...);
int snprintf(char *s, size_t n, const char * fmt, ...);