You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

builtins.h 149B

123456
  1. #include "vm.h"
  2. #define XFUNCTION(name, f) \
  3. l2_word f(struct l2_vm *vm, l2_word argc, l2_word *argv);
  4. #include "../builtins.x.h"
  5. #undef XFUNCTION