Guest User

Untitled

a guest
May 16th, 2015
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.38 KB | None | 0 0
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class Program */
  4.  
  5. #ifndef _Included_Program
  6. #define _Included_Program
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. /*
  11.  * Class:     Program
  12.  * Method:    showHello
  13.  * Signature: ()V
  14.  */
  15. JNIEXPORT void JNICALL Java_Program_showHello
  16.   (JNIEnv *, jclass);
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif
Advertisement
Add Comment
Please, Sign In to add comment