|
|
1.1 root 1: /* remove.c
2: Remove a file (Unix specific implementation). */
3:
4: #include "uucp.h"
5:
6: #include "sysdep.h"
7:
8: int
9: remove (z)
10: const char *z;
11: {
12: return unlink (z);
13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.