shithub: scc

ref: e9673ae0c19b8dfc8df20080c7b3fc5a7208e7d8
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