Skip to content

Instantly share code, notes, and snippets.

@masazdream
Created March 15, 2014 12:56
Show Gist options
  • Select an option

  • Save masazdream/9566797 to your computer and use it in GitHub Desktop.

Select an option

Save masazdream/9566797 to your computer and use it in GitHub Desktop.
/*
* Class: jp_sprix_jni_ImageRecognize
* Method: setMMajarVersion
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_jp_sprix_jni_ImageRecognize_setMMajarVersion
(JNIEnv *, jobject, jint);
/*
* Class: jp_sprix_jni_ImageRecognize
* Method: setMRevision
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_jp_sprix_jni_ImageRecognize_setMRevision
(JNIEnv *, jobject, jint);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment