Merge: doc: fixed some typos and other misc. corrections
[nit.git] / c_src / core__native._nitni.h
1 /*
2 Extern implementation of Nit module native
3 */
4 #ifndef CORE__NATIVE_NITG_NITNI_H
5 #define CORE__NATIVE_NITG_NITNI_H
6
7 #include "core__native._ffi.h"
8 #include <stdint.h>
9 extern void nitni_global_ref_incr(void*);
10 extern void nitni_global_ref_decr(void*);
11 #endif