summaryrefslogtreecommitdiff
path: root/val.h
diff options
context:
space:
mode:
Diffstat (limited to 'val.h')
-rw-r--r--val.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/val.h b/val.h
index 1f2bd8d..bf58c06 100644
--- a/val.h
+++ b/val.h
@@ -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)