diff options
Diffstat (limited to 'api/str.h')
-rw-r--r-- | api/str.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |