| 52 | static char** then = NULL; |
| 53 | |
| 54 | void fxAbort(xsMachine* the, int status) |
| 55 | { |
| 56 | fprintf(stderr, "Error: %s\n", fxAbortString(status)); |
| 57 | exit(status); |
| 58 | } |
| 59 | |
| 60 | extern int mainXSA(int argc, char* argv[]) ; |
| 61 | extern int mainXSC(int argc, char* argv[]) ; |
nothing calls this directly
no test coverage detected