shithub: scc

ref: 4b3919e775c8f902db77f43db4412e9f6b544a00
dir: /libc/include/i386-sysv/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