shithub: scc

ref: 38da5860529e4b248b4c80d6c539e1eab5bb3bc4
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