src/string.c

changeset 1644
bbe3199e37fc
parent 1620
bf5d647f939d
--- a/src/string.c	Sat Dec 20 11:11:58 2025 +0100
+++ b/src/string.c	Sun Dec 21 11:09:46 2025 +0100
@@ -64,7 +64,7 @@
     str->length = 0;
 }
 
-int cx_strcpy_a(
+int cx_strcpy_a_(
         const CxAllocator *alloc,
         cxmutstr *dest,
         cxstring src

mercurial