RosettaCodeData/Task/Array-length/C/array-length-2.c
2023-07-01 13:44:08 -04:00

1 line
51 B
C

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