256aa3d
1 2 3 4 5 6 7 8 9
#include "HsFFI.h" #ifdef __cplusplus extern "C" { #endif extern HsInt32 fibonacci_hs(HsInt32 a1); #ifdef __cplusplus } #endif