NAME
ccrreeaatt - create a new file
LLIIBBRRAARRYYStandard C Library (libc, -lc)
SYNOPSIS
##iinncclluuddee <
int ccrreeaatt(const char *path, modet mode);> DESCRIPTION
TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy:: open(2). The ccrreeaatt() function is the same as: open(path, OCREAT | OTRUNC | OWRONLY, mode);SEE ALSO
open(2) HISTORY The ccrreeaatt() function appeared in Version 6 AT&T UNIX. BSD June 2, 1993 BSD