shithub: scc

ref: 847edd52f60fa2a1d239659f2814255bd7ea0f26
dir: /libc/include/z80/signal.h/

View raw version
/* See LICENSE file for copyright and license details. */
#ifndef _SIGNAL_H
#define _SIGNAL_H

void ( *signal(int signum, void (*handler)(int)) ) (int);
int raise(int sig);

#endif