|
|
|
|
Reads data from a file. - Parameters:
-
| buffer | Pointer to a buffer where the read data will be stored. |
| size | Number of bytes in a block. |
| count | Number of blocks to read. |
| stream | Handle to an open file. |
- Returns:
- Returns the number of bytes read.
- Remarks:
- This function complies with the stdio function signature (can be used as callbacks to many libs and API's).
|
|