Annotation of researchv10no/cmd/odist/sysv/lcreat.c, revision 1.1.1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.