
read_file(3)          LPC Library Functions          read_file(3)

NNAAMMEE
       read_file() - read a file into a string

SSYYNNOOPPSSIISS
       string read_file( string file, int start_line,
                         int number_of_lines );

DDEESSCCRRIIPPTTIIOONN
       Read a line of text from a file into a string.  The second
       and third arguments are optional.  If only the first argu       ment  is  specified,  the  entire  file  is returned (as a
       string).

       The start_line is the line number of the line you wish  to
       read.   This routine will return 0 if you try to read past
       the end of the file, or if you try to read from a nonposi       tive line.

SSEEEE AALLSSOO
       write_file(3), read_buffer(3)

Majik                      26 Jul 1997                          1

