remove arraylen.h

This commit is contained in:
2023-11-28 07:41:58 -07:00
parent b72e3400ed
commit 19e343a706
-3
View File
@@ -1,3 +0,0 @@
#ifndef ARRAYLEN
# define ARRAYLEN(a) sizeof(a) / sizeof *(a)
#endif