1
0
src/arraylen.h
2022-09-17 23:29:31 -04:00

4 lines
69 B
C

#ifndef ARRAYLEN
# define ARRAYLEN(a) sizeof(a) / sizeof *(a)
#endif