15 rivejä
188 B
C
15 rivejä
188 B
C
#ifndef MAIN_H_
|
|
#define MAIN_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
|
|
#include "pile.h"
|
|
#include "lexer.h"
|
|
#include "exec.h"
|
|
|
|
|
|
|
|
#endif // MAIN_H_
|