112a9d9c8Sopenharmony_ci// Type definitions from csmith's csmith_minimal.h included in csmith.h . 212a9d9c8Sopenharmony_ci// Since other header contents are not needed we put them in here 312a9d9c8Sopenharmony_ci// so the other original header is not needed anymore. 412a9d9c8Sopenharmony_ci 512a9d9c8Sopenharmony_ci#define int8_t signed char 612a9d9c8Sopenharmony_ci#define uint8_t unsigned char 712a9d9c8Sopenharmony_ci 812a9d9c8Sopenharmony_ci#define int16_t short 912a9d9c8Sopenharmony_ci#define uint16_t unsigned short 1012a9d9c8Sopenharmony_ci 1112a9d9c8Sopenharmony_ci#define int32_t int 1212a9d9c8Sopenharmony_ci#define uint32_t unsigned 1312a9d9c8Sopenharmony_ci 1412a9d9c8Sopenharmony_ci#define int64_t long long 1512a9d9c8Sopenharmony_ci#define uint64_t unsigned long long 16