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