#include <iostream.h>#include <signal.h>#include "errcode.h"#include <ctype.h>Go to the source code of this file.
Functions | |
| void | trap_sigpipe () |
Variables | |
| sigaction | sigpipe_handler = {(void (*)(int)) my_signal_handler, 0, 0} |
|
|
Definition at line 21 of file errcode.cc. References sigpipe_handler. |
|
|
Definition at line 18 of file errcode.cc. Referenced by trap_sigpipe(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001