shithub: scc

ref: e829d4f84d0f89ebd8b1626ad50e5168d9e8a216
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