Changeset 0e7c3d9 in mainline for uspace/lib/c/include/str.h


Ignore:
Timestamp:
2017-05-15T19:25:23Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ee7e6a
Parents:
fec333b3
Message:

Remove stricmp()

File:
1 edited

Legend:

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

    rfec333b3 r0e7c3d9  
    132132 */
    133133
    134 extern int stricmp(const char *, const char *);
    135 
    136134extern long int strtol(const char *, char **, int);
    137135extern unsigned long strtoul(const char *, char **, int);
Note: See TracChangeset for help on using the changeset viewer.