Changeset a65ccc4 in mainline for common/include/str.h
- Timestamp:
- 2025-04-17T15:24:13Z (5 days ago)
- Children:
- 61c91532
- Parents:
- fb75979 (diff), 1db4e2ae (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:
- Wayne Thornton <wmthornton-dev@…> (2025-04-17 15:24:13)
- git-committer:
- GitHub <noreply@…> (2025-04-17 15:24:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/include/str.h
rfb75979 ra65ccc4 149 149 extern char *str_tok(char *, const char *, char **); 150 150 151 extern size_t str_sanitize(char *, size_t, uint8_t); 152 151 153 extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool, 152 154 uint8_t *); … … 165 167 extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool); 166 168 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.