Changeset 08e103d4 in mainline for uspace/lib/bithenge/src/linux/common.h
- Timestamp:
- 2019-02-05T18:26:05Z (7 years ago)
- Children:
- 1d2f85e
- Parents:
- d066259
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 16:16:55)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 18:26:05)
- File:
-
- 1 edited
-
uspace/lib/bithenge/src/linux/common.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/linux/common.h
rd066259 r08e103d4 67 67 } 68 68 69 static inline size_t str_ length(const char *string)69 static inline size_t str_code_points(const char *string) 70 70 { 71 71 return strlen(string);
Note:
See TracChangeset
for help on using the changeset viewer.
