shithub: scc

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