First NIT release and new clean mercurial repository
[nit.git] / lib / standard / string_nit.h
1 #ifndef __STRING_NIT_H
2 #define __STRING_NIT_H
3 /* This file is part of NIT ( http://www.nitlanguage.org ).
4 *
5 * Copyright 2004-2008 Jean Privat <jean@pryen.org>
6 *
7 * This file is free software, which comes along with NIT. This software is
8 * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10 * PARTICULAR PURPOSE. You can modify it is you want, provided this header
11 * is kept unaltered, and a notification of the changes is added.
12 * You are allowed to redistribute it and sell it, alone or is a part of
13 * another product.
14 */
15
16 #define kernel_Sys_Sys_native_argc_0(self) (glob_argc)
17 #define kernel_Sys_Sys_native_argv_1(self, p0) (glob_argv[(p0)])
18
19 #endif