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


Ignore:
Timestamp:
2015-09-21T21:05:26Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c70703a
Parents:
bea710f
Message:

Proper ungetc() in libc.

File:
1 edited

Legend:

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

    rbea710f rbd5414e  
    109109extern int puts(const char *);
    110110
     111extern int ungetc(int, FILE *);
     112
    111113/* Formatted string output functions */
    112114extern int fprintf(FILE *, const char*, ...)
Note: See TracChangeset for help on using the changeset viewer.