Files
wren/test/api/call.h
Bob Nystrom 79354f5a97 Do some work on wrenCall().
- Add an explicit va_list version. That lets variadic functions
  forward to it.
- Fix a GC bug in wrenCall() with return values.
- Make the call API test not re-enter the VM.
2015-09-29 19:29:10 -07:00

4 lines
50 B
C

#include "wren.h"
void callRunTests(WrenVM* vm);