libosmocore  0.9.3
Osmocom core library
panic.h
Go to the documentation of this file.
1 #pragma once
2 
9 #include <stdarg.h>
10 
12 typedef void (*osmo_panic_handler_t)(const char *fmt, va_list args);
13 
14 extern void osmo_panic(const char *fmt, ...);
16