aboutsummaryrefslogtreecommitdiff
path: root/api/int.h
blob: e9c5798395151c7037577ddca8a291a7b7da16e0 (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);

#endif