debian man page for open_read

Query: open_read

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

open_read(3)						     Library Functions Manual						      open_read(3)

NAME
open_read - open a file for reading
SYNTAX
#include <open.h> int open_read(const char *filename);
DESCRIPTION
open_read opens the file filename for reading and returns the file handle. If there was an error opening the file, open_read returns -1 and sets errno accordingly.
SEE ALSO
open(2) open_read(3)
Related Man Pages
fopen(3) - minix
fopen(3s) - bsd
flopen(3) - debian
fopen(3s) - ultrix
freopen(3s) - ultrix
Similar Topics in the Unix Linux Community
Performing an open/read, open/write
file open/read/write/close/access by process