Laika/lib/src/lerror.c

4 lines
87 B
C

#include "lerror.h"
jmp_buf eLaika_errStack[LAIKA_MAXERRORS];
int eLaika_errIndx = -1;