Ignore:
File:
1 edited

Legend:

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

    r4805495 r1c9bf292  
    134134extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
    135135    size_t *);
    136 extern int str_int64_t(const char *, const char **, unsigned int, bool,
     136extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
    137137    int64_t *);
    138138
Note: See TracChangeset for help on using the changeset viewer.