Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
fgetstring | version 1.0 | no |
string fgetstring(number fd, string separator, number max_size) |
fd | [in] A valid file descriptor |
separator | [in] String separator |
max_size | [in] Maximum number of bytes to be read |
fgetstring reads one item from the input file, fd, formed by the string separator, with maximum size max_size.
If separator contains a value that is not found, then fgetstring will return the content of the input file. |
import standard.C.io |
Documented by Simona Plesuvu, generation time: Thu Oct 15 20:02:04 2009 GMT | (c)2009 RadGs Software |