/* $Id$ */ #define N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) #define INTERNAL __attribute__ ((__visibility__ ("internal")))