Changeset c62d2e1 in mainline for uspace/lib/libc/include/stdio.h


Ignore:
Timestamp:
2010-02-23T19:31:32Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f389409
Parents:
0b9ac3c
Message:

Implement fgets().

File:
1 edited

Legend:

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

    r0b9ac3c rc62d2e1  
    110110/* Character and string input functions */
    111111extern int fgetc(FILE *);
    112 extern char *fgets(char *, size_t, FILE *);
     112extern char *fgets(char *, int, FILE *);
    113113
    114114extern int getchar(void);
Note: See TracChangeset for help on using the changeset viewer.