open_rw(3) Library Functions Manual open_rw(3)NAMEopen_rw - open a file for reading and writingSYNTAX#include <open.h> int open_rw(const char *filename);DESCRIPTIONopen_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 ALSOopen(2) open_rw(3)
| Related Man Pages |
|---|
| fdopen(3s) - bsd |
| freopen(3s) - bsd |
| fopen(3) - osx |
| freopen(3s) - ultrix |
| freopen(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Find columns in a file based on header and print to new file |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |