]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/sig.h
8f60329e6585336f7723911f1f7035166806e3c0
1 /* Header: sig.h,v 7.0 86/10/08 15:13:32 lwall Exp */
4 * Revision 7.0 86/10/08 15:13:32 lwall
5 * Split into separate files. Added amoebas and pirates.
11 void finalize(int status
);
12 void sig_catcher(int signo
);
14 void cont_catcher(int x
);
15 void stop_catcher(int sig
);
17 void sig_catcher(int);