1open_read(3) Library Functions Manual open_read(3)
23
4
NAME
6open_read - open a file for reading
7
SYNTAX
9#include <open.h>
1011
int open_read(const char *filename);
12
DESCRIPTION
14open_read opens the file filename for reading and returns the file han‐
15dle. If there was an error opening the file, open_read returns -1 and
16sets errno accordingly.
17
SEE ALSO
19open(2)
2021
22
23
open_read(3)