diff options
Diffstat (limited to 'api/int.h')
-rw-r--r-- | api/int.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include "vm.h" extern UwUVMType uwuint_type; -UwUVMValue uwuint_create(int value); +UwUVMValue uwuint_create(long value); int uwuint_get(UwUVMValue vm_value); #endif |