diff options
Diffstat (limited to 'val.h')
-rw-r--r-- | val.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ struct _obj { }; void print_val(Val v); +void println_val(Val v); +const char *valty_str(ValTy ty); #define IS_NUM(x) (x.ty == TY_NUM) |