Next: _write_r—Reentrant version of write, Previous: _times_r—Reentrant version of times, Up: Reentrant covers for OS subroutines [Contents][Index]
_write_r
_times_r
_unlink_r
Synopsis
#include <reent.h> int _unlink_r(struct _reent *ptr, const char *file);
Description This is a reentrant version of unlink. It takes a pointer to the global data block, which holds errno.
unlink
errno