shithub: scc

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