#ifndef _STDINT_H#define _STDINT_Htypedefunsigned int size_t;typedefchar int8_t;typedefshort int16_t;typedefint int32_t;typedeflong long int64_t;typedefunsigned char uint8_t;typedefunsigned short uint16_t;typedefunsigned int uint32_t;typedefunsigned long long uint64_t;#endif// _STDINT_H