💾 Archived View for gemini.rmf-dev.com › repo › Vaati › VgmiTL › files › 18c303bb7f5afbeca1bbac87418… captured on 2022-07-16 at 17:13:28. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 /* See LICENSE file for copyright and license details. */
1 #ifndef _SCHEME_H_
2 #define _SCHEME_H_
3
4 #include <tinyscheme/scheme.h>
5 struct gmi_tab;
6
7 int scm_init();
8 int scm_free();
9 int scm_init_tab(struct gmi_tab* tab);
10
11 #endif
12