Files
tyche/lib/step.c
Andre Wagner 51852887ec .
2026-05-15 14:41:46 -05:00

11 lines
103 B
C

#include "priv.h"
#include <stdlib.h>
TYC_RESULT step(TycheVM* T)
{
abort();
return T_OK;
}