Ignore:
File:
1 edited

Legend:

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

    ree3f6f6 rb49d872  
    109109extern char *str_ndup(const char *, size_t max_size);
    110110
    111 extern char *str_tok(char *, const char *, char **);
    112 
    113111extern int str_uint8_t(const char *, const char **, unsigned int, bool,
    114112    uint8_t *);
     
    134132extern unsigned long strtoul(const char *, char **, int);
    135133
     134extern char * strtok_r(char *, const char *, char **);
     135extern char * strtok(char *, const char *);
     136
    136137#endif
    137138
Note: See TracChangeset for help on using the changeset viewer.