This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <jni.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#define ln printf("%d \n",__LINE__);fflush(stdout); | |
JNIEnv* create_vm(JavaVM **jvm) | |
{ | |
JNIEnv* env; | |
JavaVMInitArgs args; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* File: pie.h | |
* Author: yip | |
* | |
* Created on 17 July, 2013, 4:53 PM | |
*/ | |
#ifndef PIE_H | |
#define PIE_H |
NewerOlder