]> git.lizzy.rs Git - uwu-lang.git/blob - api/int.h
e9c5798395151c7037577ddca8a291a7b7da16e0
[uwu-lang.git] / api / int.h
1 #ifndef _API_INT_H_
2 #define _API_INT_H_
3
4 #include "vm.h"
5
6 extern UwUVMType uwuint_type;
7
8 UwUVMValue uwuint_create(int value);
9
10 #endif