Rename some functions

This commit is contained in:
Aoran Zeng
2023-08-30 08:31:46 +08:00
parent 91fc38c2a5
commit cc43c517b3
3 changed files with 8 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
#define xy_useutf8()
#endif
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
#define Array_Size(x) (sizeof(x) / sizeof(x[0]))
char*
xy_strjoin (const char* str1, const char* str2)