diff options
Diffstat (limited to 'turbo_tokens.h')
-rw-r--r-- | turbo_tokens.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/turbo_tokens.h b/turbo_tokens.h new file mode 100644 index 0000000..3cb83ec --- /dev/null +++ b/turbo_tokens.h @@ -0,0 +1,5 @@ +extern const char *turbo_cmds[]; +extern const int turbo_cmd_size; + +extern const char *turbo_ops[]; +extern const int turbo_ops_size; |