shithub: scc

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