[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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

ANSI/ISO C No
POSIX No