aboutsummaryrefslogtreecommitdiff
path: root/api/util.h
blob: 259f53abc8f9670e801dd91bf2d74e25e96c4536 (plain)
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