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