Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdio.h

    r80bee81 ra9763c6  
    109109extern int puts(const char *);
    110110
    111 extern int ungetc(int, FILE *);
    112 
    113111/* Formatted string output functions */
    114112extern int fprintf(FILE *, const char*, ...)
     
    134132extern FILE *fopen(const char *, const char *);
    135133extern FILE *fdopen(int, const char *);
    136 extern FILE *freopen(const char *, const char *, FILE *);
    137134extern int fclose(FILE *);
    138135
Note: See TracChangeset for help on using the changeset viewer.