1 2 3 4 5 6 7 8 9 10
/* connector for unlink */ #include <reent.h> int _DEFUN (unlink, (file), char *file) { return _unlink_r (_REENT, file); }