REMOVE(3) — NEWS-OS Programmer’s Manual
NAME
remove − remove file
SYNOPSIS
int remove(path)
const char ∗path;
DESCRIPTION
remove causes the file whose name is the string pointed to by path to be no longer accessible by that name. A subsequent attempt to open that file using that name will fail, unless the file is anew.
RETURN VALUE
Upon successful completion, a value of 0 is returned. Otherwise, a value of −1 is returned and errno is set to indicate the error.
SEE ALSO
NEWS-OSRelease 4.2.1R