提交 46b99426 编写于 作者: R Rich Felker

prototypes for GNU asprintf/vasprintf

上级 bdc9ed15
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册