Changeset 1c9bf292 in mainline for uspace/lib/c/include/str.h


Ignore:
Timestamp:
2019-05-27T20:27:49Z (5 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:
42e91ae
Parents:
dd0502ae
Message:

Reunite uspace string-to-int conversion functions

File:
1 edited

Legend:

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

    rdd0502ae 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.