Changes in uspace/lib/c/include/str.h [933cadf:e535eeb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
r933cadf re535eeb 86 86 extern char *str_ndup(const char *, size_t max_size); 87 87 88 extern int str_uint64(const char *, char **, unsigned int, bool, uint64_t *); 89 extern int str_size_t(const char *, char **, unsigned int, bool, size_t *); 90 91 extern void order_suffix(const uint64_t, uint64_t *, char *); 92 extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool); 88 extern void order_suffix(const uint64_t val, uint64_t *rv, char *suffix); 93 89 94 90 /*
Note:
See TracChangeset
for help on using the changeset viewer.