shithub: scc

ref: 994ab1e07787574e639eeb35e6da2a33a1e53bc2
dir: /libc/include/signal.h/

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

#include <arch/signal.h>

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

#endif