#include <stdio.h>#include <stdlib.h>Include dependency graph for outb.cc:

Go to the source code of this file.
Functions | |
| int | main () |
|
|
Definition at line 18 of file outb.cc. 00019 {
00020 printf("outb doesn't work on this platform.\n");
00021 exit(-1);
00022 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001