ada472559a77c497d2da67a7c07849d19132d8e9
[nit.git] / c_src / environ._sep.h
1 /* This C header file is generated by NIT to compile modules and programs that requires environ. */
2 #ifndef environ_sep
3 #define environ_sep
4 #include "symbol._sep.h"
5 #include <nit_common.h>
6 #include <environ_nit.h>
7 extern const char *LOCATE_environ;
8 extern const int SFT_environ[];
9 #define COLOR_environ___Symbol___environ SFT_environ[0]
10 #define COLOR_environ___NativeString___get_environ SFT_environ[1]
11 typedef val_t (* environ___Symbol___environ_t)(val_t self);
12 val_t environ___Symbol___environ(val_t self);
13 #define LOCATE_environ___Symbol___environ "environ::Symbol::environ"
14 typedef val_t (* environ___NativeString___get_environ_t)(val_t self);
15 val_t environ___NativeString___get_environ(val_t self);
16 #define LOCATE_environ___NativeString___get_environ "environ::NativeString::get_environ"
17 #endif