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 130B

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