diff options
Diffstat (limited to 'aplus_tokens.h')
-rw-r--r-- | aplus_tokens.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aplus_tokens.h b/aplus_tokens.h new file mode 100644 index 0000000..f0c905d --- /dev/null +++ b/aplus_tokens.h @@ -0,0 +1,5 @@ +extern const char *aplus_cmds[]; +extern const char *aplus_ops[]; + +extern const int aplus_cmd_size; +extern const int aplus_ops_size; |