10 satır
93 B
C
10 satır
93 B
C
|
#ifndef PARSER_H
|
||
|
#define PARSER_H
|
||
|
|
||
|
class parser
|
||
|
{
|
||
|
public:
|
||
|
parser();
|
||
|
};
|
||
|
|
||
|
#endif // PARSER_H
|