c_src: update
[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 static const char * const LOCATE_standard___hash___Object___hash = "hash::Object::hash";
10 val_t standard___hash___Object___hash(val_t p0);
11 typedef val_t (*standard___hash___Object___hash_t)(val_t p0);
12 static const char * const LOCATE_standard___hash___Int___hash = "hash::Int::(hash::Object::hash)";
13 val_t standard___hash___Int___hash(val_t p0);
14 typedef val_t (*standard___hash___Int___hash_t)(val_t p0);
15 static const char * const LOCATE_standard___hash___Char___hash = "hash::Char::(hash::Object::hash)";
16 val_t standard___hash___Char___hash(val_t p0);
17 typedef val_t (*standard___hash___Char___hash_t)(val_t p0);
18 static const char * const LOCATE_standard___hash___Bool___hash = "hash::Bool::(hash::Object::hash)";
19 val_t standard___hash___Bool___hash(val_t p0);
20 typedef val_t (*standard___hash___Bool___hash_t)(val_t p0);
21 #endif