Safety first.
[cacao.git] / nat / java_lang_Long.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_LANG_LONG_H
4 #define _JAVA_LANG_LONG_H
5
6 /* Structure information for class: java/lang/Long */
7
8 typedef struct java_lang_Long {
9    java_objectheader header;
10    s8 value;
11 } java_lang_Long;
12
13 #endif
14