ni_nitdoc: display intro comment on redef mpropdefs
[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 struct s_Sys{
9 struct nitni_ref ref; /* real ref struct, must be first */
10 };
11 typedef struct s_Sys *Sys;
12 #define Sys_incr_ref( x ) nitni_global_ref_incr( (struct nitni_ref*)(x) )
13 #define Sys_decr_ref( x ) nitni_global_ref_decr( (struct nitni_ref*)(x) )
14 #endif
15 #include "string_nit.h"
16
17 /* out/indirect function for string::NativeString::atof */
18 val_t NativeString_atof___out( val_t recv );
19
20 /* out/indirect function for string::Sys::native_argc */
21 val_t Sys_native_argc___out( val_t recv );
22
23 /* out/indirect function for string::Sys::native_argv */
24 val_t Sys_native_argv___out( val_t recv, val_t i );
25 #endif