mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-08 03:31:24 -08:00
Developed by Sylvain Agenau, added to the repository by Evrim Ulu with a few minor fixes by Daniel Kochmański.
37 lines
987 B
C
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
|