signal

Nasza ocena:

3
Wyświetleń: 630
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
signal - strona 1 signal - strona 2

Fragment notatki:

 Often used in Unix systems  Facilities for handling exceptional conditions that arise during execution: - interrupt signal from an external source - an error in execution. void (*signal(int sig, void (*handler) (int))) (int)  signal determines how subsequent signals will be handled  If handler is SIG_DFL , the implementation-defined default behavior is used,  if it is SIG_IGN , the signal is ignored  otherwise, the function pointed to by handler will be called, with the argument of the type of signal ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz