使用新宏

This commit is contained in:
Aoran Zeng
2025-08-22 16:59:54 +08:00
parent 18ba902da5
commit 25965b18d7
5 changed files with 4 additions and 9 deletions

View File

@@ -167,9 +167,6 @@ void p (const char *s) { printf ("%s\n", s); }
#define xy_c_array_len(arr) (sizeof (arr) / sizeof (arr[0]))
/* @deprecated 应迁移到后者 */
#define xy_arylen xy_c_array_len
static inline void *
xy_malloc0 (size_t size)