9 righe
163 B
C
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_
|