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


Ignore:
Timestamp:
2018-04-10T19:43:21Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a69d42e
Parents:
9fa14d8d
Message:

puts() should append newline.

File:
1 edited

Legend:

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

    r9fa14d8d r1abcf1d  
    7676extern int fputs(const char *, FILE *);
    7777
     78// FIXME: putchar and fputc are byte-oriented.
     79// They shouldn't accept wide characters.
    7880extern int putchar(wchar_t);
    7981extern int puts(const char *);
Note: See TracChangeset for help on using the changeset viewer.