blob: c118fa9fda4c481b648e9367fb1839c818d476e5 (
plain)
1
2
3
4
5
6
7
|
#pragma once
#include <compiler/source_code/source_code.h>
#include <utils/types.h>
extern void printError(char const *error, SourceCode *code, char const *begin,
char const *end, ...);
|