Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/signal.dc3
Дата изменения: Wed Mar 4 18:53:26 1998
Дата индексирования: Fri Jan 16 01:27:19 2009
Кодировка:

Поисковые слова: http astrokuban.info astrokuban

Header: signal.h

Purpose: Defines ANSI C signal handling.

File: signal.h

Author: K.G. Begeman

Use: #include "signal.h"

Declares: void(*signal(int sig, void (*handler)(int)))(int)
int raise(int sig )

Defines: SIG_DFL, SIG_IGN and some other signals.

Warning: System dependent! At the moment implemented for ALLIANT,
CONVEX, DEC ALPHA, DEC ULTRIX, HP9000, SILICON GRAPHICS,
SUN and DEC VMS.

Updates: Jul 20, 1991: KGB, Document created.