mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Developed by Sylvain Agenau, added to the repository by Evrim Ulu with a few minor fixes by Daniel Kochmański.
8 lines
No EOL
158 B
C
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 |