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


inportsw

Syntax

#include <pc.h>

void inportsw(unsigned short _port, unsigned short *_buf, unsigned _len);

Description

Reads the 16-bit _port _len times, and stores the bytes in buf.

Portability

not ANSI, not POSIX


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