aboutsummaryrefslogtreecommitdiff
path: root/api/int.h
blob: 6b5361dfc2608a361dd63dc5f8e660b59516c585 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _API_INT_H_
#define _API_INT_H_

#include "vm.h"

extern UwUVMType uwuint_type;
UwUVMValue       uwuint_create(int value);
int              uwuint_get(UwUVMValue vm_value);

#endif