Changes in uspace/lib/c/include/str.h [81e9cb3:d7f6248] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
r81e9cb3 rd7f6248 97 97 extern char *str_ndup(const char *, size_t max_size); 98 98 99 extern int str_uint8_t(const char *, char **, unsigned int, bool, uint8_t *); 100 extern int str_uint16_t(const char *, char **, unsigned int, bool, uint16_t *); 101 extern int str_uint32_t(const char *, char **, unsigned int, bool, uint32_t *); 99 102 extern int str_uint64(const char *, char **, unsigned int, bool, uint64_t *); 100 103 extern int str_size_t(const char *, char **, unsigned int, bool, size_t *);
Note:
See TracChangeset
for help on using the changeset viewer.