|
|
1.1 root 1: #include <fcntl.h>
2:
3: int
4: lcreat(char *name, int mode)
5: {
6: return open(name, O_EXCL | O_CREAT | O_TRUNC | O_WRONLY, mode);
7: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.