|
|
coherent
/* remove.c
Remove a file (Unix specific implementation). */
#include "uucp.h"
#include "sysdep.h"
int
remove (z)
const char *z;
{
return unlink (z);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.