blob: cdd824604ec680f3176322e8ee7faba9b07f3c29 [file] [log] [blame]
#include "first.h"
#include <jni.h>
jint
Java_com_example_TwoLib_TwoLib_add( JNIEnv* env,
jobject this,
jint x,
jint y )
{
return first(x, y);
}