1 2 3 4 5 6 7 8
#ifndef _API_UTIL_H_ #define _API_UTIL_H_ #include "vm.h" UwUVMValue uwuutil_is_type(const char *fnname, UwUVMArgs *args, UwUVMType *type); #endif