#include #include #include extern "C" void Java_com_p0_binder_MainActivity_fork( JNIEnv* env, jobject /* this */) { fork(); }