Changeset b401b33 in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2019-06-06T12:15:29Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a103b5, e28175d
- Parents:
- 83b64a59 (diff), 42e91ae (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-06 12:15:29)
- git-committer:
- GitHub <noreply@…> (2019-06-06 12:15:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
r83b64a59 rb401b33 137 137 extern errno_t str_size_t(const char *, const char **, unsigned int, bool, 138 138 size_t *); 139 extern int str_int64_t(const char *, const char **, unsigned int, bool,139 extern errno_t str_int64_t(const char *, const char **, unsigned int, bool, 140 140 int64_t *); 141 141
Note:
See TracChangeset
for help on using the changeset viewer.