#include <pc.h> unsigned long inportl(unsigned short _port);
This function reads a single 32-bit I/O port.
This function is provided as an inline assembler macro, and will be optimized down to a single opcode when you optimize your program.
The value returned from the port.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.