nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / c_src / kernel._ffi.h
1 /*
2 Extern implementation of Nit module kernel
3 */
4 #ifndef KERNEL_NIT_H
5 #define KERNEL_NIT_H
6
7 #include "kernel._nitni.h"
8 long kernel___Sys_errno___impl( Sys recv );
9 #endif