/* This file is machine generated, don't edit it !*/ #ifndef _JAVA_LANG_LONG_H #define _JAVA_LANG_LONG_H /* Structure information for class: java/lang/Long */ typedef struct java_lang_Long { java_objectheader header; s8 value; } java_lang_Long; #endif