Searched defs:SIZEOF_ARRAY (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIDefs.h49 #ifndef SIZEOF_ARRAY
50 # define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0])) macro
51 #endif /* SIZEOF_ARRAY */

Completed in 41 milliseconds