5 lines
97 B
C++
5 lines
97 B
C++
#ifndef SEMANTIC_H
|
|
#define SEMANTIC_H
|
|
#include <ios>
|
|
int SemanticCheck(std::istream &fin);
|
|
#endif |