.
This commit is contained in:
10
lib/step.c
Normal file
10
lib/step.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "priv.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
TYC_RESULT step(TycheVM* T)
|
||||
{
|
||||
abort();
|
||||
return T_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user