Category : Files from Magazines
Archive   : CUJ9203.ZIP
Filename : 1003016A

 
Output of file : 1003016A contained in archive : CUJ9203.ZIP


Listing 1: The file signal.h


/* signal.h standard header */
#ifndef _SIGNAL
#define _SIGNAL
#ifndef _YVALS
#include
#endif
/* type definitions */
typedef int sig_atomic_t;
typedef void _Sigfun(int);
/* signal codes */
#define SIGABRT _SIGABRT
#define SIGINT 2
#define SIGILL 4
#define SIGFPE 8
#define SIGSEGV 11
#define SIGTERM 15
#define _NSIG _SIGMAX /* one more than last code */
/* signal return values */
#define SIG_DFL (_Sigfun *)0
#define SIG_ERR (_Sigfun *)-1
#define SIG_IGN (_Sigfun *)1
/* declarations */
int raise(int);
_Sigfun *signal(int, _Sigfun *);
#endif




  3 Responses to “Category : Files from Magazines
Archive   : CUJ9203.ZIP
Filename : 1003016A

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/