summary refs log tree commit diff
path: root/include/utils.h
blob: 40bb642a1f536a76440f53c60f966540aca2a2be (plain)
1
2
3
4
5
6
7
8
#ifndef __UTILS_H__
#define __UTILS_H__

#include <stdnoreturn.h>

noreturn void die(int code, char *fmt, ...);

#endif /* __UTILS_H__ */