src/ucx/utils.h

changeset 311
e1f3248576bc
parent 310
b09677d72413
child 312
e1e3b768ae8b
     1.1 --- a/src/ucx/utils.h	Mon May 14 18:16:12 2018 +0200
     1.2 +++ b/src/ucx/utils.h	Mon May 14 18:19:16 2018 +0200
     1.3 @@ -241,7 +241,7 @@
     1.4   * @param n a pointer to the size_t containing the third parameter for memcmp
     1.5   * @return the result of memcmp(ptr1, ptr2, *n)
     1.6   */
     1.7 -int ucx_memcmp(const void *ptr1, const void *ptr2, void *n);
     1.8 +int ucx_cmp_mem(const void *ptr1, const void *ptr2, void *n);
     1.9  
    1.10  /**
    1.11   * A <code>printf()</code> like function which writes the output to a stream by

mercurial