]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/str.h
Add :ref module and refactor type handling
[uwu-lang.git] / api / str.h
index 609328e2a7255b3855adeb17bfe8662ada75fe60..d7596fc00f62769db255c26f198a5dbb2a183ec7 100644 (file)
--- a/api/str.h
+++ b/api/str.h
@@ -4,8 +4,7 @@
 #include "vm.h"
 
 extern UwUVMType uwustr_type;
-
-UwUVMValue uwustr_create(const char *value);
-char *uwustr_get(UwUVMValue vm_value);
+UwUVMValue       uwustr_create(const char *value);
+char            *uwustr_get(UwUVMValue vm_value);
 
 #endif