| 3364 |
|
function reads the next input line from the current file, |
| 3365 |
|
returning the number of characters in the line, or zero if the |
| 3366 |
|
end of file is reached or there is a file error. |
| 3367 |
< |
If the last character read in the input line is not a newline, |
| 3367 |
> |
If the value returned equals MG_MAXLINE-1, |
| 3368 |
|
then the input line was too long, and you |
| 3369 |
|
should return an MG_ELINE error. |
| 3370 |
< |
The function skips over escaped newlines, and keeps track of the |
| 3370 |
> |
The function keeps track of the |
| 3371 |
|
line number in the current file context |
| 3372 |
|
.I mg_file, |
| 3373 |
|
which also contains the line that was read. |