aboutsummaryrefslogtreecommitdiff
path: root/inc/log.h
blob: da82233eb6ce50a023380162f694c44a67f3c78b (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef LOG_H
#define LOG_H

#include <context.h>

__attribute__((noreturn)) void errln(struct ctx_location *location, const char *fmt, ...);

#endif