[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fgetline(F)                  read FILE

    Reads next record from  file F into $0.   Sets fields and  NF.  Returns
    the number of characters read,  0 if end-of-file was encountered  or -1
    if an error occurred.

fgetline(F,v)                read FILE

    Reads next record from  file F into variable  v. Returns the number  of
    characters read,  0 if  end-of-file was  encountered or  -1 if an error
    occurred.

See Also: getline getc fgetc
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson