shithub: scc

ref: 9a456e19d03b2c6e68182cac6e8fbd77eecfc90e
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