Changes in kernel/generic/include/str.h [b7fd2a0:62ca560] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/str.h
rb7fd2a0 r62ca560 68 68 69 69 extern wchar_t str_decode(const char *str, size_t *offset, size_t sz); 70 extern errno_t chr_encode(wchar_t ch, char *str, size_t *offset, size_t sz);70 extern int chr_encode(wchar_t ch, char *str, size_t *offset, size_t sz); 71 71 72 72 extern size_t str_size(const char *str); … … 100 100 extern bool wstr_remove(wchar_t *str, size_t pos); 101 101 102 extern errno_t str_uint64_t(const char *, char **, unsigned int, bool, uint64_t *);102 extern int str_uint64_t(const char *, char **, unsigned int, bool, uint64_t *); 103 103 104 104 extern void order_suffix(const uint64_t, uint64_t *, char *);
Note:
See TracChangeset
for help on using the changeset viewer.