ecl/examples/android/jni/org_lisp_ecl_EmbeddedCommonLisp.h
Evrim Ulu 641a12b4e1 mobile: add sample android application (HelloECL)
Developed by Sylvain Agenau, added to the repository by Evrim Ulu with
a few minor fixes by Daniel Kochmański.
2015-10-23 18:16:38 +02:00

37 lines
987 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lisp_ecl_EmbeddedCommonLisp */
#ifndef _Included_org_lisp_ecl_EmbeddedCommonLisp
#define _Included_org_lisp_ecl_EmbeddedCommonLisp
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_lisp_ecl_EmbeddedCommonLisp
* Method: start
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lisp_ecl_EmbeddedCommonLisp_start
(JNIEnv *, jobject, jstring);
/*
* Class: org_lisp_ecl_EmbeddedCommonLisp
* Method: exec
* Signature: (Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_lisp_ecl_EmbeddedCommonLisp_exec
(JNIEnv *, jobject, jstring);
/* /\* */
/* * Class: org_lisp_ecl_EmbeddedCommonLisp */
/* * Method: botExec */
/* * Signature: (Ljava/lang/String;)Ljava/lang/String; */
/* *\/ */
/* JNIEXPORT jstring JNICALL Java_org_lisp_ecl_EmbeddedCommonLisp_exec_ */
/* (JNIEnv *, jobject, jstring); */
#ifdef __cplusplus
}
#endif
#endif