Skip to content

Instantly share code, notes, and snippets.

View PiotrBy's full-sized avatar

PiotrBy PiotrBy

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <signal.h>
#include <sys/wait.h>
#include <unistd.h>
void my_sighandler_for_signal_1();
void my_sighandler_for_signal_6();
const char * get_default_signal_details(int no);