]> git.lizzy.rs Git - uwu-lang.git/blob - api/nil.h
Unify value types
[uwu-lang.git] / api / nil.h
1 #ifndef _API_NIL_H
2 #define _API_NIL_H
3
4 #include "vm.h"
5
6 extern UwUVMType uwunil_type;
7
8 UwUVMValue uwunil_create();
9
10 #endif