SIZEOF 66 gnulib-tests/macros.h #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) SIZEOF 30 lib/iconv_open.c #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))