aboutsummaryrefslogtreecommitdiff
path: root/src/errors.h
blob: 669e4e5ebc84cde975e1bd60565e76161c65f981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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 */