write_file(3) LPC Library Functions write_file(3)
NNAAMMEE
write_file() - appends a string to a file
SSYYNNOOPPSSIISS
int write_file( string file, string str );
DDEESSCCRRIIPPTTIIOONN
Append the string `str' into the file `file'. Returns 0 or
1 for failure or success.
SSEEEE AALLSSOO
read_file(3), write_buffer(3), file_size(3)
MudOS 5 Sep 1994 1