Shih-wei Liao | 31384c5 | 2011-09-06 15:27:45 -0700 | [diff] [blame] | 1 | // Copyright 2011 Google Inc. All Rights Reserved. |
2 | |||||
3 | #include "jni.h" | ||||
4 | #include <stdio.h> | ||||
5 | |||||
6 | extern "C" | ||||
7 | JNIEXPORT jint JNICALL Java_MyClass_bar(JNIEnv* env, jobject thisObj, jint count) { | ||||
8 | return count + 1; | ||||
9 | } |