aboutsummaryrefslogtreecommitdiff
path: root/api/str.h
blob: b035f2a36e44fe67e67b9ffbe97fc10d541f1f31 (plain)
1
2
3
4
5
6
7
8
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