shithub: scc

ref: 916a4ec745ac099b0747c94c0def75c54e6a005f
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