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


inb

Syntax

#include <pc.h>

unsigned char inb(unsigned short _port);

Description

Calls section inportb. Provided only for compatibility.

Portability

not ANSI, not POSIX


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