/* Operating system stubs, set up for the MRI simulator */ #include <_ansi.h> #include int isatty(file) int file; { return 1; } int _unlink (path) const char *path; { errno = EIO; return -1; }