Résultat du TP en C sur Forth
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

definitions.h 163B

123456789
  1. #ifndef DEFINITIONS_H_
  2. #define DEFINITIONS_H_
  3. typedef unsigned int programPointer;
  4. #define MAX_CMD_NAME_LENGTH 6
  5. struct FunctionsList;
  6. #endif // DEFINITIONS_H_