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, ...);