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

NAME

6       open_rw - open a file for reading and writing
7

SYNTAX

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

DESCRIPTION

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

SEE ALSO

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