m_write
This call writes len bytes of data to the I/O stream fp from buffer.
- Syntax: int far m_write(FCB far *fp, char far *bp, unsigned len)
- Parameters: FCB far *fp - Pointer to the stream containing the data to be written
char far *bp - Pointer to the buffer containing the data to write
unsigned len - Number of bytes to write
- Returns: 0 - if successful
Any other value indicates an error condition.