mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 16:23:23 +03:00
prototypes for GNU asprintf/vasprintf
This commit is contained in:
parent
bdc9ed1565
commit
46b99426e1
@ -154,6 +154,8 @@ char *tempnam(const char *, const char *);
|
|||||||
char *cuserid(char *);
|
char *cuserid(char *);
|
||||||
#undef off64_t
|
#undef off64_t
|
||||||
#define off64_t off_t
|
#define off64_t off_t
|
||||||
|
int asprintf(char **, const char *, ...);
|
||||||
|
int vasprintf(char **, const char *, va_list);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user