Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

errcode.cc File Reference

#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}


Function Documentation

void trap_sigpipe  
 

Definition at line 21 of file errcode.cc.

References sigpipe_handler.


Variable Documentation

struct sigaction sigpipe_handler = {(void (*)(int)) my_signal_handler, 0, 0}
 

Definition at line 18 of file errcode.cc.

Referenced by trap_sigpipe().


Generated on Sun Jun 16 17:36:50 2002 for POSSE: Portable Object-oriented Scientific Steering Environment by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001