aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/error_helper/error_helper.h
blob: 3a78c7ccc86d1dd80fdefcd03391637736286413 (plain)
1
2
3
4
5
6
#pragma once

#include <utils/types.h>

extern void printError(char const *error, SourceCode code, char const *begin,
                       char const *end, ...);