From ecc06c082036aa93f6810ec21e73610c55f5a57b Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 14:18:15 +0100 Subject: Initial commit --- api/str.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 api/str.h (limited to 'api/str.h') diff --git a/api/str.h b/api/str.h new file mode 100644 index 0000000..b035f2a --- /dev/null +++ b/api/str.h @@ -0,0 +1,9 @@ +#ifndef _API_STR_H_ +#define _API_STR_H_ + +#include "vm.h" + +UwUVMValue uwustr_create(const char *value); +char *uwustr_get(UwUVMValue vm_value); + +#endif -- cgit v1.2.3