debian man page for open_rw

Query: open_rw

OS: debian

Section: 3

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

open_rw(3)						     Library Functions Manual							open_rw(3)

NAME
open_rw - open a file for reading and writing
SYNTAX
#include <open.h> int open_rw(const char *filename);
DESCRIPTION
open_rw opens the file filename for reading and writing use and returns the file handle. If the file does not exist, it will be created with mode 0644. If there was an error opening or creating the file, open_rw returns -1 and sets errno accordingly.
SEE ALSO
open(2) open_rw(3)
Related Man Pages
fopen(3) - osx
fopen(3s) - v7
xdf_open(3) - debian
freopen(3s) - ultrix
freopen(3) - osx
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections