vety-language/vm/native.h

5 lines
143 B
C

#ifndef NATIVE_H
#define NATIVE_H
Value native_print_const(VM* vm, Value* argv, uint8_t argc);
void print(const char *str);
#endif // NATIVE_H