Retro68/gcc/libjava/testsuite/libjava.jni/overload.h
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

21 lines
367 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
#ifndef __overload__
#define __overload__
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jint JNICALL Java_overload_over__I (JNIEnv *env, jclass, jint);
JNIEXPORT jint JNICALL Java_overload_over__II (JNIEnv *env, jclass, jint, jint);
#ifdef __cplusplus
}
#endif
#endif /* __overload__ */