Compiler projects using llvm
#ifndef __my_int
#define __my_int

#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

typedef int_fast32_t myint;
}

#endif