| www.delorie.com/djgpp/doc/libc-2.01/libc_525.html | search |
#include <io.h> ssize_t _read(int fildes, void *buf, size_t nbyte);
This is a direct connection to the MS-DOS read function call, int 0x21, %ah = 0x3f. No conversion is done on the data; it is read as raw binary data.
The number of bytes read.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |