Changes in uspace/lib/bithenge/src/helenos/common.h [28a5ebd:2498b95] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/helenos/common.h
r28a5ebd r2498b95 47 47 const char *string; 48 48 size_t offset; 49 char32_t ch;49 wchar_t ch; 50 50 } string_iterator_t; 51 51 … … 64 64 } 65 65 66 static inline errno_t string_iterator_next(string_iterator_t *i, char32_t *out)66 static inline errno_t string_iterator_next(string_iterator_t *i, wchar_t *out) 67 67 { 68 68 *out = i->ch;
Note:
See TracChangeset
for help on using the changeset viewer.