1. write_file(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. write_file() - appends a string to a file
    4. 函数语法:
    5. int write_file( string file, string str, int flag );
    6. 整数 write_file( 字串 file, 字串 str, 整数 flag );
    7. 函数用法:
    8. 将字串 str 加到档案 file 中. 成功则传回 1, 失败传回 0.
    9. 如果 flag 1, write_file() 会覆写 (overwrite) file
    10. str, 而非加入 str.
    11. 参考函数:
    12. read_file(3), write_buffer(3), file_size(3)
    13. 手册翻译:
    14. Phoebus@ZH 97.Jul.25. (Writen 5/23/97)