13 lines
249 B
C
13 lines
249 B
C
|
|
#ifndef ___define_H___
|
|||
|
|
#define ___define_H___
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////
|
|||
|
|
#include <sys/types.h>
|
|||
|
|
typedef size_t SIZE_T;
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
//<2F><><EFBFBD><EFBFBD>ά<EFBFBD><CEAC>
|
|||
|
|
#define CountArray(Array) (sizeof(Array)/sizeof(Array[0]))
|
|||
|
|
|
|||
|
|
#endif // _types_H_
|