
write_file(3)         LPC 系统函数         write_file(3)

名称
     write_file() - appends a string to a file

语法
     int write_file( string file, string str, int flag );

描述
     Append the string `str' into the file `file'. Returns 0 or 1
     for failure or success.  If flag is 1, write_file overwrites
     instead of appending.

请参考
     read_file(3), write_buffer(3), file_size(3)

MudOS                Last change: 5 Sep 1994                    1

