Files
cAI/cKit/c_Config.h.in
T

12 lines
208 B
C
Raw Normal View History

2026-08-10 01:21:15 +08:00
#ifndef INCLUDED_C_CONFIG_H
#define INCLUDED_C_CONFIG_H
#define C_SIZEOF_VOID_P @CMAKE_SIZEOF_VOID_P@
#ifndef C_SIZEOF_VOID_P
#define C_SIZEOF_VOID_P sizeof(void*)
#endif
#endif /* INCLUDED_C_CONFIG_H */