1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef __HS_H__ #define __HS_H__ #ifdef __HS_RUNTIME_ONLY__ #include "hs/hs_runtime.h" #else #include "hs/hs.h" #endif /* __HS_RUNTIME_ONLY__ */ #ifdef __INCLUDE_CHIMERA__ #include "hs/ch.h" #endif /* __INCLUDE_CHIMERA__ */ #endif /* __HS_H__ */