1
0
src/arraylen.h

4 lines
69 B
C
Raw Normal View History

2022-09-18 03:29:31 +00:00
#ifndef ARRAYLEN
# define ARRAYLEN(a) sizeof(a) / sizeof *(a)
#endif