Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
fgetc | version 1.0 | no |
string fgetc(number fd) |
fd | [in] A valid file descriptor |
fgetc reads a single character from the current position of a file associated with fd. The function then increments the associated file pointer (if defined) to point to the next character. If the stream is at end of file, the end-of-file indicator for the stream is set.
|
import standard.C.io |
Documented by Simona Plesuvu, generation time: Thu Oct 15 20:02:04 2009 GMT | (c)2009 RadGs Software |