ecl/examples/android/jni/ecl_boot.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

8 lines
No EOL
158 B
C

#ifndef _ECL_BOOT_H_
#define _ECL_BOOT_H_
int ecl_boot(const char *root_dir);
void ecl_toplevel(const char *home);
void eclshell_show(char *message);
#endif