]> git.lizzy.rs Git - uwu-lang.git/blob - api/ref.h
Update capitalization of Turing in the README (#1)
[uwu-lang.git] / api / ref.h
1 #ifndef _API_REF_H_
2 #define _API_REF_H_
3
4 #include "vm.h"
5
6 extern UwUVMType uwuref_type;
7 UwUVMValue       uwuref_create(UwUVMFunction *value);
8 UwUVMFunction   *uwuref_get(UwUVMValue vm_value);
9
10 #endif