Equivalent to open(file, O_CREAT | O_WRONLY | O_TRUNC, mode).
Opens a file. URLs are accepted. Works as
its standard equivalent.
int
open(const char*
file="", int flags=O_RDWR, int
mode=0644)
Close the file associated with this file
descriptor
int close(int
fd)
Copyright © Nicolas Brodu, 1999 - 2000