src/ucx/utils.h

changeset 308
d6f580621512
parent 292
d9abf53b8397
child 309
4355c6039a28
equal deleted inserted replaced
306:90b6d69bb499 308:d6f580621512
142 * @param s1 string one 142 * @param s1 string one
143 * @param s2 string two 143 * @param s2 string two
144 * @param data omitted 144 * @param data omitted
145 * @return the result of strcmp(s1, s2) 145 * @return the result of strcmp(s1, s2)
146 */ 146 */
147 int ucx_strcmp(const void *s1, const void *s2, void *data); 147 int ucx_cmp_str(const void *s1, const void *s2, void *data);
148 148
149 /** 149 /**
150 * Wraps the strncmp function. 150 * Wraps the strncmp function.
151 * @param s1 string one 151 * @param s1 string one
152 * @param s2 string two 152 * @param s2 string two

mercurial