Files
Velocity/native/src/main/c/jni_util.h
2018-08-01 22:22:09 -04:00

4 lines
104 B
C

#include <jni.h>
JNIEXPORT void JNICALL
throwException(JNIEnv *env, const char *type, const char *msg);