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


inportsb

Syntax

#include <pc.h>

void inportsb(unsigned short _port, unsigned char *_buf, unsigned _len);

Description

Reads the 8-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.