]> git.lizzy.rs Git - uwu-lang.git/blob - api/util.h
Add :ref module and refactor type handling
[uwu-lang.git] / api / util.h
1 #ifndef _API_UTIL_H_
2 #define _API_UTIL_H_
3
4 #include "vm.h"
5
6 UwUVMValue uwuutil_is_type(const char *fnname, UwUVMArgs *args, UwUVMType *type);
7
8 #endif