kgpair_mut.h (251B)
1 /* 2 ** kgpair_mut.h 3 ** Pair mutation features for the ground environment 4 ** See Copyright Notice in klisp.h 5 */ 6 7 #ifndef kgpairs_mut_h 8 #define kgpairs_mut_h 9 10 #include "kstate.h" 11 12 /* init ground */ 13 void kinit_pair_mut_ground_env(klisp_State *K); 14 15 #endif