Rename to xy_arylen()

This commit is contained in:
Aoran Zeng
2023-08-31 21:48:05 +08:00
parent b3c0d3be06
commit f1df0ffb06
2 changed files with 23 additions and 23 deletions

View File

@@ -39,7 +39,7 @@
#endif
#define Array_Size(x) (sizeof(x) / sizeof(x[0]))
#define xy_arylen(x) (sizeof(x) / sizeof(x[0]))
static inline void*