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


outb

Syntax

#include <pc.h>

void outb(unsigned short _port, unsigned char _data);

Description

Calls section outportb. Provided only for compatibility.

Portability

not ANSI, not POSIX


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