|
NAMEcreat —
create a new file
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <fcntl.h>
int
DESCRIPTIONThis interface is made obsolete by:
open(2).
The open(path, O_CREAT | O_TRUNC | O_WRONLY, mode); SEE ALSOopen(2)HISTORYThecreat () function appeared in
Version 1 AT&T UNIX.
Visit the GSP FreeBSD Man Page Interface. |