Fixed multi-archness of the `demo' script.
[libobjid.git] / common.h
1 /* $Id$ */
2
3
4 #define N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
5
6 #define INTERNAL __attribute__ ((__visibility__ ("internal")))