kgports.h (304B)
1 /* 2 ** kgports.h 3 ** Ports features for the ground environment 4 ** See Copyright Notice in klisp.h 5 */ 6 7 #ifndef kgports_h 8 #define kgports_h 9 10 #include "kstate.h" 11 12 /* init ground */ 13 void kinit_ports_ground_env(klisp_State *K); 14 /* init continuation names */ 15 void kinit_ports_cont_names(klisp_State *K); 16 17 #endif