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)NAMEopen_read - open a file for readingSYNTAX#include <open.h> int open_read(const char *filename);DESCRIPTIONopen_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 ALSOopen(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 |