shithub: scc

ref: 9aef91ec428991fb223fac5d60863048e5deb019
dir: /libc/include/z80/signal.h/

View raw version
#ifndef _SIGNAL_H
#define _SIGNAL_H

void ( *signal(int signum, void (*handler)(int)) ) (int);
int raise(int sig);

#endif