shithub: scc

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