ni_nitdoc: limited number of used buffers for better performances
[nit.git] / tests / test_ni_special_pointer.nit.h
1 /* This file is part of NIT ( http://www.nitlanguage.org ).
2 *
3 * Copyright 2011 Alexis Laferrière <alexis.laf@xymus.net>
4 *
5 * This file is free software, which comes along with NIT. This software is
6 * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
7 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
8 * PARTICULAR PURPOSE. You can modify it is you want, provided this header
9 * is kept unaltered, and a notification of the changes is added.
10 * You are allowed to redistribute it and sell it, alone or is a part of
11 * another product.
12 */
13
14 #ifndef test_ni_special_pointer_IMPL_NIT_H
15 #define test_ni_special_pointer_IMPL_NIT_H
16
17 #define ExternInt int*
18
19 #include <nit_common.h>
20
21 #include <test_ni_special_pointer._nitni.h>
22
23 ExternInt new_ExternInt_as_0___impl( );
24 ExternInt new_ExternInt_as_1___impl( );
25 ExternInt new_ExternInt_as_2___impl( );
26 String ExternInt_to_s___impl( ExternInt recv );
27 bigint ExternInt_to_i___impl( ExternInt recv );
28 ExternInt Int_to_extern_int___impl( bigint recv );
29
30 #endif