Changes in uspace/lib/c/include/stdio.h [163e34c:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r163e34c r28a5ebd 209 209 }; 210 210 211 extern int vprintf_length(const char *, va_list); 212 extern int printf_length(const char *, ...) 213 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 211 214 extern FILE *fdopen(int, const char *); 212 215 extern int fileno(FILE *);
Note:
See TracChangeset
for help on using the changeset viewer.