Changes in uspace/lib/c/include/stdio.h [80bee81:a9763c6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r80bee81 ra9763c6 109 109 extern int puts(const char *); 110 110 111 extern int ungetc(int, FILE *);112 113 111 /* Formatted string output functions */ 114 112 extern int fprintf(FILE *, const char*, ...) … … 134 132 extern FILE *fopen(const char *, const char *); 135 133 extern FILE *fdopen(int, const char *); 136 extern FILE *freopen(const char *, const char *, FILE *);137 134 extern int fclose(FILE *); 138 135
Note:
See TracChangeset
for help on using the changeset viewer.