1 2 3 4 5 6 7 8 9 10
#ifndef __sovrin__types__included__ #define __sovrin__types__included__ #include <stdint.h> typedef int32_t sovrin_i32_t; typedef int32_t sovrin_handle_t; typedef unsigned int sovrin_bool_t; #endif