Files
scratch-wasm/examples/hs/plain-ghc/Hello_stub.h
T

10 lines
127 B
C

#include <HsFFI.h>
#if defined(__cplusplus)
extern "C" {
#endif
extern HsInt32 hello(void);
#if defined(__cplusplus)
}
#endif