15 lines
198 B
C
15 lines
198 B
C
|
#include <iostream>
|
||
|
#include <cstdlib>
|
||
|
#include <ctime>
|
||
|
#include "calculator.h"
|
||
|
#include "KOSFunctions.h"
|
||
|
#ifndef KOSVariables_h
|
||
|
#define KOSVariables_h
|
||
|
using namespace std;
|
||
|
|
||
|
string input;
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|