Changeset af8bda0 in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2018-07-05T21:41:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2987160
- Parents:
- d91b329
- git-author:
- Dzejrou <dzejrou@…> (2017-12-18 12:28:07)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
rd91b329 raf8bda0 126 126 extern errno_t str_size_t(const char *, const char **, unsigned int, bool, 127 127 size_t *); 128 extern int str_int64_t(const char *, const char **, unsigned int, bool, 129 int64_t *); 128 130 129 131 extern void order_suffix(const uint64_t, uint64_t *, char *);
Note:
See TracChangeset
for help on using the changeset viewer.