#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.