Files
mango/include/socks/panic.h
2023-04-09 16:35:15 +01:00

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