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

#include <stdnoreturn.h>

noreturn void err(const char *, ...);

#endif /* !ORYX_ERRORS_H */