Nilorea Library
C utilities for networking, threading, graphics
n_signals.h
Go to the documentation of this file.
1
8#ifndef __N_SIGNALS__
9#define __N_SIGNALS__
10
11#ifdef __cplusplus
12extern "C"
13{
14#endif
15
16
23#define SIGALTSTACK_SIZE 65536
25#define MAX_STACK_FRAMES 32
26
27/* install the backtrace handler */
28void set_signal_handler( const char *progname );
29
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* #ifndef __N_SIGNALS__ */
void set_signal_handler(const char *progname)
Install a signal handler for progname.
Definition: n_signals.c:393