Integration of OCCT 6.5.0 from SVN
[occt.git] / src / ExprIntrp / ExprIntrp_yaccintrf.hxx
CommitLineData
7fd59977 1// Copyright: Matra-Datavision 1992
2// File: ExprIntrp_yaccintrf.hxx
3// Created: Mon Feb 17 11:14:09 1992
4// Author: Arnaud BOUZY
5// <adn>
6
7
8#ifndef ExprIntrp_yaccintrf_HeaderFile
9#define ExprIntrp_yaccintrf_HeaderFile
10
11#include <TCollection_AsciiString.hxx>
12
13extern "C" int ExprIntrpparse();
14extern "C" void ExprIntrp_start_string(const char* str);
15extern "C" void ExprIntrp_stop_string();
16extern TCollection_AsciiString ExprIntrp_thestring;
17extern Standard_Integer ExprIntrp_thecurchar;
18int ExprIntrp_GetDegree();
19int ExprIntrp_GetResult(char *s);
20
21#endif
22
23
24