fputc
Syntax
native fputc(file, data);
Usage
| Parameter | Description |
|---|---|
| file | Handle to the file |
| data | Character to put |
Description
Writes character to file
Return
Character written on success, -1 otherwise
native fputc(file, data);
| Parameter | Description |
|---|---|
| file | Handle to the file |
| data | Character to put |
Writes character to file
Character written on success, -1 otherwise