
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

