Changes in common/include/str.h [1db4e2ae:45adeeb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/include/str.h
r1db4e2ae r45adeeb 149 149 extern char *str_tok(char *, const char *, char **); 150 150 151 extern size_t str_sanitize(char *, size_t, uint8_t);152 153 151 extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool, 154 152 uint8_t *); … … 167 165 extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool); 168 166 167 extern size_t str_sanitize(char *str, size_t n, uint8_t replacement); 168 169 169 /* 170 170 * TODO: Get rid of this.
Note:
See TracChangeset
for help on using the changeset viewer.