This is remove.c in view mode; [Download] [Up]
#include <stdio.h>
int remove(const char *filename)
{
return unlink(filename);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.