Browse Source

prototypes for GNU asprintf/vasprintf

rs-1.0
Rich Felker 16 years ago
parent
commit
46b99426e1
  1. 2
      include/stdio.h

2
include/stdio.h

@ -154,6 +154,8 @@ char *tempnam(const char *, const char *);
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

Loading…
Cancel
Save