
write_file(3)         LPC Library Functions         write_file(3)

NNAAMMEE
       write_file() - appends a string to a file

SSYYNNOOPPSSIISS
       int write_file( string file, string str, int flag );

DDEESSCCRRIIPPTTIIOONN
       Append the string `str' into the file `file'. Returns 0 or
       1 for failure or success.  If flag is 1, write_file  over       writes instead of appending.

SSEEEE AALLSSOO
       read_file(3), write_buffer(3), file_size(3)

Majik                      26 Jul 1997                          1

