c_src: fix last update, _nitni.h s were referring to _nit.h from Nit src
[nit.git] / c_src / string._nitni.h
1 #include <nit_common.h>
2 #include "standard___string._sep.h"
3 #ifndef STRING_NITNI_H
4 #define STRING_NITNI_H
5
6 #ifndef SYS_TYPE
7 #define SYS_TYPE
8 typedef struct s_Sys{
9 val_t v;
10 } Sys;
11 #endif
12
13 #include "string_nit.h"
14
15 /* out/indirect function for string::Sys::native_argc */
16 val_t Sys_native_argc___out( val_t recv );
17
18 /* out/indirect function for string::Sys::native_argv */
19 val_t Sys_native_argv___out( val_t recv, val_t i );
20 #endif