This wiki is out of date, use the continuation of this wiki instead

Readwrite modes

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 00:17, 5 May 2007 (edit)
Sandman (Talk | contribs)

← Previous diff
Revision as of 00:19, 5 May 2007 (edit) (undo)
Sandman (Talk | contribs)
m
Next diff →
Line 5: Line 5:
== List == == List ==
-[[Color depths|Color depths constants]]: 
{| {|
| ''Constant'' || - ''Value'' || - ''Description'' | ''Constant'' || - ''Value'' || - ''Description''

Revision as of 00:19, 5 May 2007


Definition

Readwrite modes are used to specify the mode of reading/writing of a file, by passing one of them to the function fopen() as the parameter flags.

List

Constant - Value - Description
O_READ - 0 - Read only.
O_READWRITE - 1 - Read and write. Also called O_RDWR.
O_WRITE - 2 - Write only.
O_ZREAD - 3 - Read using Z compression.
O_ZWRITE - 4 - Write using Z compression.
Personal tools