Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
fputc | version 1.0 | no |
string fputc(string ch, number fd) |
ch | [in] Character to be written |
fd | [in] A valid file descriptor |
fputc writes the single character ch to a file at the position indicated by the associated file position indicator (if defined) and advances the indicator as appropriate; the file is associated with fd. If the file cannot support positioning requests or was opened in append mode, the character is appended to the end of the stream. |
import standard.C.io |
Documented by Simona Plesuvu, generation time: Thu Oct 15 20:02:04 2009 GMT | (c)2009 RadGs Software |