Changeset 086cab0 in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2019-12-11T15:27:21Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5723313b
- Parents:
- fe7bcf1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
rfe7bcf1 r086cab0 98 98 99 99 extern bool str_test_prefix(const char *s, const char *p); 100 extern const char *str_suffix(const char *s, size_t prefix_length); 100 101 101 102 extern void str_cpy(char *dest, size_t size, const char *src);
Note:
See TracChangeset
for help on using the changeset viewer.