aboutsummaryrefslogtreecommitdiff
path: root/api/int.h
blob: a8ed03c1adb89f9c6ab339327575939e0b2d4c8f (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(long value);
int              uwuint_get(UwUVMValue vm_value);

#endif