Changeset 1c9bf292 in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2019-05-27T20:27:49Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42e91ae
- Parents:
- dd0502ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
rdd0502ae r1c9bf292 134 134 extern errno_t str_size_t(const char *, const char **, unsigned int, bool, 135 135 size_t *); 136 extern int str_int64_t(const char *, const char **, unsigned int, bool,136 extern errno_t str_int64_t(const char *, const char **, unsigned int, bool, 137 137 int64_t *); 138 138
Note:
See TracChangeset
for help on using the changeset viewer.