.\"writes a contiguous series of bytes to a file beginning at a given point
.DT
write_bytes
$MUDNAME$ driver help
write_bytes

.SH Name
.SI 5
write_bytes() - writes a contiguous series of bytes to a file
.EI

.SH Synopsis
.SI 5
int write_bytes( string path, int start, string series );
.EI

.SH Description
.SP 5 5
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.
.EP

.SH See also
.SI 5
write_file(), read_bytes()
.EI
