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