#include <pc.h> void inportsw(unsigned short _port, unsigned short *_buf, unsigned _len);
Reads the 16-bit _port _len times, and stores the bytes in buf.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.