write_bytes(3) LPC Library Functions write_bytes(3)
NNAAMMEE
write_bytes() - writes a contiguous series of bytes to a
file
SSYYNNOOPPSSIISS
int write_bytes( string path, int start, string series );
DDEESSCCRRIIPPTTIIOONN
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.
SSEEEE AALLSSOO
write_file(3), read_bytes(3)
MudOS 5 Sep 1994 1