Changeset 80bee81 in mainline for uspace/lib/c/include/stdio.h


Ignore:
Timestamp:
2015-09-21T22:40:52Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a955fcc
Parents:
7db5cfd
Message:

freopen() goes home too.

File:
1 edited

Legend:

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

    r7db5cfd r80bee81  
    134134extern FILE *fopen(const char *, const char *);
    135135extern FILE *fdopen(int, const char *);
     136extern FILE *freopen(const char *, const char *, FILE *);
    136137extern int fclose(FILE *);
    137138
Note: See TracChangeset for help on using the changeset viewer.