Changes in uspace/lib/c/include/str.h [8227d63:ee3f6f6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
r8227d63 ree3f6f6 82 82 extern int str_cmp(const char *s1, const char *s2); 83 83 extern int str_lcmp(const char *s1, const char *s2, size_t max_len); 84 extern int str_casecmp(const char *s1, const char *s2);85 extern int str_lcasecmp(const char *s1, const char *s2, size_t max_len);86 84 87 85 extern bool str_test_prefix(const char *s, const char *p);
Note:
See TracChangeset
for help on using the changeset viewer.