ucx/string.h

changeset 108
d2b1e67b2b48
parent 103
08018864fb91
child 109
75cb6590358b
equal deleted inserted replaced
107:86b19c98b5fd 108:d2b1e67b2b48
90 * 90 *
91 */ 91 */
92 sstr_t sstrsubsl(sstr_t s, size_t start, size_t length); 92 sstr_t sstrsubsl(sstr_t s, size_t start, size_t length);
93 93
94 /* 94 /*
95 *
96 */
97 sstr_t sstrchr(sstr_t s, int c);
98
99 /*
95 * splits s into n parts 100 * splits s into n parts
96 * 101 *
97 * s the string to split 102 * s the string to split
98 * d the delimiter string 103 * d the delimiter string
99 * n the maximum size of the resulting list 104 * n the maximum size of the resulting list

mercurial