瀏覽代碼

prototypes for GNU asprintf/vasprintf

Rich Felker 14 年之前
父節點
當前提交
46b99426e1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/stdio.h

+ 2 - 0
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