1 2 3 4 5 6 7 8 | #ifndef ULMAS1_PARSEINSTRUCTION_H
#define ULMAS1_PARSEINSTRUCTION_H
#include <stdbool.h>
bool parseInstruction(void);
#endif // ULMAS1_PARSEINSTRUCTION_H
|
1 2 3 4 5 6 7 8 | #ifndef ULMAS1_PARSEINSTRUCTION_H
#define ULMAS1_PARSEINSTRUCTION_H
#include <stdbool.h>
bool parseInstruction(void);
#endif // ULMAS1_PARSEINSTRUCTION_H
|