#ifndef __vkgen_stdint_h #define __vkgen_stdint_h typedef unsigned uint8_t; typedef unsigned uint16_t; typedef unsigned uint32_t; typedef unsigned long uint64_t; typedef int int8_t; typedef int int16_t; typedef int int32_t; typedef long int64_t; typedef int size_t; typedef struct char { int x; } char;//FIXME add char to qfcc #endif//__vkgen_stdint_h