#ifndef _API_UTIL_H_ #define _API_UTIL_H_ #include "vm.h" UwUVMValue uwuutil_is_type(const char *fnname, UwUVMArgs *args, UwUVMType *type); #endif