open_rw(3) debian man page | unix.com

Man Page: open_rw

Operating Environment: debian

Section: 3

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) - minix
fopen(3s) - bsd
freopen(3s) - bsd
freopen(3s) - ultrix
freopen(3) - osx
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com