Altera_Forum
Honored Contributor
20 years agooutb()
Hello,
Can anyone help me with this simple issue? how to compile such simple test: # include <sys/io.h> int main(void) { ioperm(0x340,0x342,1); outb(0x340,0x0); exit(0); } there are no outb() function declared in headers....