Signals

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Signals - strona 1

Fragment notatki:

Signals  SIGABRT abnormal termination, e.g., from abort  SIGFPE arithmetic error, e.g., zero divide or overflow  SIGILL illegal function image, e.g., illegal instruction  SIGINT interactive attention, e.g., interrupt  SIGSEGV illegal storage access, e.g., access outside memory limits  SIGTERM termination request sent to this program  Raising a signal: int raise(int sig)  raise sends the signal sig to the program; it returns nonzero if unsuccessful ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz