7 lines
137 B
C
7 lines
137 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "../main.h"
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
Literal error(std::string in, std::string errCode = "syntaxError", int exitc = 1);
|