diff -r 74c6582adabb -r f74e4fc496a2 src/cx/compare.h --- a/src/cx/compare.h Fri Dec 19 14:14:22 2025 +0100 +++ b/src/cx/compare.h Fri Dec 19 14:15:54 2025 +0100 @@ -543,9 +543,9 @@ * @return the result of @c memcmp() */ cx_attr_nonnull cx_attr_nodiscard -CX_EXPORT int cx_acmp_memcmp(const void *ptr1, const void *ptr2, void *n); +CX_EXPORT int cx_ccmp_memcmp(const void *ptr1, const void *ptr2, void *n); -/** Wraps a compare function for cx_acmp_wrap. */ +/** Wraps a compare function for cx_ccmp_wrap. */ typedef struct { /** The wrapped compare function */ cx_compare_func cmp; @@ -567,7 +567,7 @@ * @see cx_compare_func_wrapper_s */ cx_attr_nonnull cx_attr_nodiscard -CX_EXPORT int cx_acmp_wrap(const void *ptr1, const void *ptr2, void* cmp_wrapper); +CX_EXPORT int cx_ccmp_wrap(const void *ptr1, const void *ptr2, void* cmp_wrapper); #ifdef __cplusplus } // extern "C"