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

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