aboutsummaryrefslogtreecommitdiff
path: root/src/errors.h
blob: 1163175151c945cc4f742703ac5e4ebf8829d46d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef ORYX_ERRORS_H
#define ORYX_ERRORS_H

#include <stdnoreturn.h>

#include "common.h"

noreturn void err(const char *, ...)
	__attribute__((format(printf, 1, 2)));

#endif /* !ORYX_ERRORS_H */