loader_input_t.gets
Read one line of text from the input file
maxsize - maximal size of the line
Returns: one line of text or 0
If the input file contains zeroes, the line will be truncated at them
string loader_input_t.gets(long maxsize);
Last updated