shithub: scc

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