
write_buffer(3)       LPC Library Functions       write_buffer(3)

NNAAMMEE
       write_buffer()  - write a buffer to a file, or read into a
       buffer from a source

SSYYNNOOPPSSIISS
       int write_buffer( string | buffer dest, int start,
                         mixed source );

e[1mDESCRIPTIONe[0mDEESSCCRRIIPPTTIIOONN
       If `dest' is a file, then `source' must  be  an  int  (and
       will  be  written  to  the  file in network-byte-order), a
       buffer, or a string, and `source' will be written  to  the
       file `dest' starting at byte # `start'.

       If  `dest' is a buffer, then `source' will be written into
       the buffer starting at byte # `start' in the  buffer.   If
       `source'  is  an  int, it will be written in network-byte-
       order.

SSEEEE AALLSSOO
       read_buffer(3), allocate_buffer(3)

AAUUTTHHOORR
       Truilkan

MudOS                       5 Sep 1994                          1

