
	write_bytes(3)		MudOS v21c2		(5 Sep 1994)

	名稱:
		write_bytes() - 將連續的位元組寫入檔案.
	語法:
		int write_bytes( string path, int start,
			string series );

		整數 write_bytes( 字串 path, 整數 start,
			字串 series );
	用法:
		write_bytes() 以連續的位元組, 從檔案 path 的第 start
		位元組開始寫入. 如果失敗則傳回 0, 成功傳回 1.
	參考:
		write_file(3), read_bytes(3)
	翻譯:
		Spock @ FF	97.jul.25.		(printed 3/16/95)
