shithub: scc

ref: 4988d317992e59bac97c4e1c86d40fae6bcc24fe
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