EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
ArrayTools.h
1 #ifndef __ARRAYTOOLS_H__
2 #define __ARRAYTOOLS_H__
3 
4 #ifndef SIZEOF_ARRAY
5 #define SIZEOF_ARRAY(ar) (sizeof(ar)/sizeof((ar)[0]))
6 #endif // !defined(SIZEOF_ARRAY)
7 
8 #endif //__ARRAYTOOLS_H__