
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 );

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.

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

MudOS                       5 Sep 1994                          1

