.\"appends a string to a file .DT write_file Discworld driver help write_file Name .SI 5 write_file() - appends a string to a file .EI Synopsis .SI 5 int write_file(string file, string str); .EI Description .SP 5 5 Append the string `str' into the file `file'. Returns 0 or 1 for failure or success. .EP See also .SI 5 file_size(3), cat(3), log_file(3). .EI