klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

kgbytevectors.h (259B)


      1 /*
      2 ** kgbytevectors.h
      3 ** Bytevectors features for the ground environment
      4 ** See Copyright Notice in klisp.h
      5 */
      6 
      7 #ifndef kgbytevectors_h
      8 #define kgbytevectors_h
      9 
     10 #include "kstate.h"
     11 
     12 /* init ground */
     13 void kinit_bytevectors_ground_env(klisp_State *K);
     14 
     15 #endif