c_src : Regenerated c_src to prevent use of String contructors
[nit.git] / c_src / standard___hash._sep.h
1 /* This C header file is generated by NIT to compile modules and programs that requires ../lib/standard/hash. */
2 #ifndef standard___hash_sep
3 #define standard___hash_sep
4 #include "standard___kernel._sep.h"
5 #include <nit_common.h>
6 extern const char LOCATE_standard___hash[];
7 extern const int SFT_standard___hash[];
8 #define CALL_standard___hash___Object___hash(recv) ((standard___hash___Object___hash_t)CALL((recv), (SFT_standard___hash[0] + 0)))
9 val_t standard___hash___Object___hash(val_t p0);
10 typedef val_t (*standard___hash___Object___hash_t)(val_t p0);
11 val_t standard___hash___Int___hash(val_t p0);
12 typedef val_t (*standard___hash___Int___hash_t)(val_t p0);
13 val_t standard___hash___Char___hash(val_t p0);
14 typedef val_t (*standard___hash___Char___hash_t)(val_t p0);
15 val_t standard___hash___Bool___hash(val_t p0);
16 typedef val_t (*standard___hash___Bool___hash_t)(val_t p0);
17 #endif