Alice @Sasha@witches.town
Suivre

Great to see people inspired to !

I read recently that they found some code written by Nietzsche while he was still learning basic UNIX C programming.

void sig_handler(int signo) {
printf("wird stärker\n");
}

[…]
int sig;
for(sig = SIGHUP; sig <= SIGUNUSED; sig++) {
signal(sig, sig_handler);
}