C_TP_Forth/main.h
2022-12-08 06:11:40 +01:00

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_