|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 317 (0x13d) Types: TextFile Names: »trap.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦ca1f037a2⟧ »./bash-1.04.tar.Z« └─⟦46465a4db⟧ └─⟦this⟧ »bash-1.04/trap.h«
/* trap.h -- data structures used in the trap mechanism. */ #ifndef NSIG #include <signal.h> #endif #define NO_SIG -1 #define DEFAULT_SIG SIG_DFL #define IGNORE_SIG 0 #define signal_object_p(x) (decode_signal (x) != NO_SIG) extern char *trap_list[NSIG]; extern char *signal_name (); extern int signal_decode ();