Changeset 09b0b1fb in mainline for uspace/lib/posix/stdlib.c


Ignore:
Timestamp:
2011-06-09T16:06:07Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9536e6e
Parents:
ceebf0a
Message:

Add getc→fgetc alias, atoi(), freopen(), perror() stubs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdlib.c

    rceebf0a r09b0b1fb  
    111111}
    112112
     113/**
     114 *
     115 * @param str
     116 * @return
     117 */
     118int posix_atoi(const char *str)
     119{
     120        // TODO
     121        not_implemented();
     122}
     123
    113124/** @}
    114125 */
Note: See TracChangeset for help on using the changeset viewer.