diff options
Diffstat (limited to 'int_tokens.h')
-rw-r--r-- | int_tokens.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/int_tokens.h b/int_tokens.h new file mode 100644 index 0000000..135890e --- /dev/null +++ b/int_tokens.h @@ -0,0 +1,5 @@ +extern const char *int_cmds[]; +extern const char *int_ops[]; + +extern const int int_cmd_size; +extern const int int_ops_size; |