2 lines
51 B
C
2 lines
51 B
C
|
|
#define ARRAY_LENGTH(A) (sizeof(A) / sizeof(A[0]))
|
|
|
#define ARRAY_LENGTH(A) (sizeof(A) / sizeof(A[0]))
|