ref: d7817d2266e6188d63d6f9bf7e658c7d0a5d8892
dir: /libc/include/qbe/signal.h/
/* 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