Go to the first, previous, next, last section, table of contents.


outportsw

Syntax

#include <pc.h>

void outportsw(unsigned short _port, const unsigned short *_buf, unsigned _len);

Description

Writes the _len shorts in _buf to the 16-bit _port.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.