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

NAME

6       open_read - open a file for reading
7

SYNTAX

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

DESCRIPTION

14       open_read opens the file filename for reading and returns the file han‐
15       dle.  If there was an error opening the file, open_read returns -1  and
16       sets errno accordingly.
17

SEE ALSO

19       open(2)
20
21
22
23                                                                  open_read(3)
Impressum