* gnu_classpath_Pointer32.h, gnu_classpath_Pointer64.h, java_nio_Buffer.h:
[cacao.git] / src / native / include / java_lang_Cloneable.h
1 /* This file is machine generated, don't edit it! */
2
3 #ifndef _JAVA_LANG_CLONEABLE_H
4 #define _JAVA_LANG_CLONEABLE_H
5
6 /* Structure information for class: java/lang/Cloneable */
7
8 typedef struct java_lang_Cloneable {
9    java_objectheader header;
10 } java_lang_Cloneable;
11
12 #endif
13