diff options
author | Preston Pan <preston@nullring.xyz> | 2023-01-03 17:59:18 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-01-03 17:59:18 -0800 |
commit | 2fe28946e426e241e87e8381d7a62e73b9278385 (patch) | |
tree | b374061dab88629c0b418fc4c9495711ba643143 /src/include | |
parent | f8cedce5299d12adc3ce3249fd5b3a9fe5578c0a (diff) |
fix bug
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/print.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/print.h b/src/include/print.h index 866f63e..e272fa4 100644 --- a/src/include/print.h +++ b/src/include/print.h @@ -19,4 +19,6 @@ void print_symbol(ast_t *s); void print_pair(ast_t *p); void print(ast_t *res); + +void print_root(ast_t *root); #endif |