about summary refs log tree commit diff
path: root/include/utils.h
blob: 29c59f1ba5a4213b313dec5811ac8a93ced48cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __UTILS_H__
#define __UTILS_H__

#include <stdnoreturn.h>

#include "types.h"


noreturn void die(i32 code, s8 *fmt, ...);

#endif /* __UTILS_H__ */