aboutsummaryrefslogtreecommitdiff
path: root/api/str.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 16:02:10 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 16:02:10 +0100
commit058d954e80f83c26deb209008f11d87a5b59418e (patch)
treeef7b5a95cfd1dbdba71041e1f0608d551adfa360 /api/str.h
parent3ba311b0afdf9cc62d630687d171bee0b6435e4a (diff)
downloaduwu-lang-058d954e80f83c26deb209008f11d87a5b59418e.tar.xz
Unify value types
Diffstat (limited to 'api/str.h')
-rw-r--r--api/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/str.h b/api/str.h
index b035f2a..609328e 100644
--- a/api/str.h
+++ b/api/str.h
@@ -3,6 +3,8 @@
#include "vm.h"
+extern UwUVMType uwustr_type;
+
UwUVMValue uwustr_create(const char *value);
char *uwustr_get(UwUVMValue vm_value);