Changes in uspace/lib/c/include/stdio.h [4805495:b79903b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r4805495 rb79903b 34 34 */ 35 35 36 #ifndef _LIBC_STDIO_H_37 #define _LIBC_STDIO_H_36 #ifndef LIBC_STDIO_H_ 37 #define LIBC_STDIO_H_ 38 38 39 39 #ifdef __cplusplus … … 204 204 }; 205 205 206 extern int vprintf_ length(const char *, va_list);207 extern int printf_ length(const char *, ...)206 extern int vprintf_size(const char *, va_list); 207 extern int printf_size(const char *, ...) 208 208 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 209 209 extern FILE *fdopen(int, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.