src/ucx/utils.h

changeset 311
e1f3248576bc
parent 310
b09677d72413
child 312
e1e3b768ae8b
equal deleted inserted replaced
310:b09677d72413 311:e1f3248576bc
239 * @param ptr1 pointer one 239 * @param ptr1 pointer one
240 * @param ptr2 pointer two 240 * @param ptr2 pointer two
241 * @param n a pointer to the size_t containing the third parameter for memcmp 241 * @param n a pointer to the size_t containing the third parameter for memcmp
242 * @return the result of memcmp(ptr1, ptr2, *n) 242 * @return the result of memcmp(ptr1, ptr2, *n)
243 */ 243 */
244 int ucx_memcmp(const void *ptr1, const void *ptr2, void *n); 244 int ucx_cmp_mem(const void *ptr1, const void *ptr2, void *n);
245 245
246 /** 246 /**
247 * A <code>printf()</code> like function which writes the output to a stream by 247 * A <code>printf()</code> like function which writes the output to a stream by
248 * using a write_func(). 248 * using a write_func().
249 * @param stream the stream the data is written to 249 * @param stream the stream the data is written to

mercurial