[an error occurred while processing this directive]
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

outb

Syntax

 
#include <pc.h>

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

Description

Calls outportb. Provided only for compatibility.

Portability

ANSI/ISO C No
POSIX No

[an error occurred while processing this directive]