1
0

remove arraylen.h

This commit is contained in:
dtb 2023-11-28 07:41:58 -07:00
parent b72e3400ed
commit 19e343a706

View File

@ -1,3 +0,0 @@
#ifndef ARRAYLEN
# define ARRAYLEN(a) sizeof(a) / sizeof *(a)
#endif