#include <signal.h>#include "machine.h"Include dependency graph for csignal.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | controlC_handler (int sig) |
| int C2F() | csignal (void) |
| void controlC_handler | ( | int | sig | ) |
| int C2F() csignal | ( | void | ) |
TODO : comment
Definition at line 14 of file csignal.c.
References controlC_handler().
00015 { 00016 signal (SIGINT, controlC_handler); 00017 return(0); 00018 }
Here is the call graph for this function:

1.5.1