16 lines
201 B
C
Raw Normal View History

2007-12-01 00:00:00 +00:00
#include <jni.h>
#ifndef RandomGen
#define RandomGen
#ifdef __cplusplus
extern "C" {
#endif
JNIEXPORT jint JNICALL Java_RandomGen_getRandom
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif