#include <pc.h> void outportsw(unsigned short _port, const unsigned short *_buf, unsigned _len);
Writes the _len shorts in _buf to the 16-bit _port.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.