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

9 righe
163 B
C

#ifndef DEFINITIONS_H_
#define DEFINITIONS_H_
typedef unsigned int programPointer;
#define MAX_CMD_NAME_LENGTH 6
struct FunctionsList;
#endif // DEFINITIONS_H_