1open_write(3)              Library Functions Manual              open_write(3)
2
3
4

NAME

6       open_write - open a file for writing
7

SYNTAX

9       #include <open.h>
10
11       int open_write(const char *filename);
12

DESCRIPTION

14       open_write  opens  the file filename for write-only use and returns the
15       file handle.  If the file does not exist, it will be created with  mode
16       0644.   If  there was an error opening or creating the file, open_write
17       returns -1 and sets errno accordingly.
18

SEE ALSO

20       open(2)
21
22
23
24                                                                 open_write(3)
Impressum