9 lines
136 B
C
9 lines
136 B
C
#ifndef SOCKS_PANIC_H_
|
|
#define SOCKS_PANIC_H_
|
|
|
|
#include <socks/compiler.h>
|
|
|
|
extern void __noreturn panic(const char *fmt, ...);
|
|
|
|
#endif
|