RosettaCodeData/Task/Array-length/C/array-length-2.c
2023-07-01 11:58:00 -04:00

1 line
51 B
C

#define ARRAY_LENGTH(A) (sizeof(A) / sizeof(A[0]))