您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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