src/cx/compare.h

changeset 1632
f74e4fc496a2
parent 1618
ef7cab6eb131
child 1634
006e076a8db7
--- 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"

mercurial