]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/util.h
Add :ref module and refactor type handling
[uwu-lang.git] / api / util.h
diff --git a/api/util.h b/api/util.h
new file mode 100644 (file)
index 0000000..259f53a
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _API_UTIL_H_
+#define _API_UTIL_H_
+
+#include "vm.h"
+
+UwUVMValue uwuutil_is_type(const char *fnname, UwUVMArgs *args, UwUVMType *type);
+
+#endif