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