src/ucx/utils.h

changeset 309
4355c6039a28
parent 308
d6f580621512
child 310
b09677d72413
equal deleted inserted replaced
308:d6f580621512 309:4355c6039a28
151 * @param s1 string one 151 * @param s1 string one
152 * @param s2 string two 152 * @param s2 string two
153 * @param n a pointer to the size_t containing the third strncmp parameter 153 * @param n a pointer to the size_t containing the third strncmp parameter
154 * @return the result of strncmp(s1, s2, *n) 154 * @return the result of strncmp(s1, s2, *n)
155 */ 155 */
156 int ucx_strncmp(const void *s1, const void *s2, void *n); 156 int ucx_cmp_strn(const void *s1, const void *s2, void *n);
157 157
158 /** 158 /**
159 * Wraps the sstrcmp function. 159 * Wraps the sstrcmp function.
160 * @param s1 sstr one 160 * @param s1 sstr one
161 * @param s2 sstr two 161 * @param s2 sstr two

mercurial