mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 22:22:01 +00:00
prototypes for GNU asprintf/vasprintf
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user