libosmocore  0.6.3
Osmocom core library
panic.h
Go to the documentation of this file.
1 #ifndef OSMOCORE_PANIC_H
2 #define OSMOCORE_PANIC_H
3 
10 #include <stdarg.h>
11 
13 typedef void (*osmo_panic_handler_t)(const char *fmt, va_list args);
14 
15 extern void osmo_panic(const char *fmt, ...);
17 
20 #endif /* OSMOCORE_PANIC_H */