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


outp

Syntax

#include <pc.h>

void outp(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.