
write_bytes(3)        LPC 系統函數        write_bytes(3)

名稱
     write_bytes() - writes a contiguous series  of  bytes  to  a
     file

語法
     int write_bytes( string path, int start, string series );

描述
     This function writes the bytes in  'series'  into  the  file
     named  by  'path'  beginning  at byte # 'start'.  It returns
     zero (0) upon failure, 1 otherwise.

請參考
     write_file(3), read_bytes(3)

MudOS                Last change: 5 Sep 1994                    1

