Fread
Last Modified: May 30, 2005 00:05AM
|
|
| (Any)
|
Description
INT FREAD(INT FILE, TO POINTER DATA, INT BYTES)
PARAMETERS:
file: Identifier of a file opened with Fopen.
data: Direction of a zone of memory
bytes: Number of bytes to read.
DESCRIPTION:
Read a series of bytes of a file, in binary format. The file identifier is an identifier of file given back by Fopen. This function can be used to read a zone of memory before written with the function Fwrite. The following considerations must consider:
1. The zone of memory does not have to contain sharp shooting chains nor.
2. The size is the sum, by means of the operator Sizeof, of all the variables contained in the zone of memory to recover.
|
User Contributed Notes Fread |
|
| There are no user contributed notes for this page. |
| Last updated: Sun, 29 May 2005 - 17:10:10 |
|
|