Guest User

Untitled

a guest
Dec 9th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ...
  2.  
  3. JNIEXPORT jint JNICALL Java_jnidemo_JNIDemoJava_nativeCrash(JNIEnv *env, jobject obj) {
  4. const char *s = NULL;
  5. printf( "%c\n", s[0] );
  6. return 0;
  7. }
  8.  
  9. ...
Add Comment
Please, Sign In to add comment