
write_bytes(3)        LPC Library Functions        write_bytes(3)

NNAAMMEE
       write_bytes()  -  writes a contiguous series of bytes to a
       file

SSYYNNOOPPSSIISS
       int write_bytes( string path, int start, string series );

DDEESSCCRRIIPPTTIIOONN
       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.

SSEEEE AALLSSOO
       write_file(3), read_bytes(3)

MudOS                       5 Sep 1994                          1

