1 2 3 4 5 6 7  | #ifndef ULM_FMTCHECKPARSER_H
#define ULM_FMTCHECKPARSER_H
// actually parses instruction format and generates code
void parseFmtCheck();
#endif // ULM_FMTCHECKPARSER_H
 | 
1 2 3 4 5 6 7  | #ifndef ULM_FMTCHECKPARSER_H
#define ULM_FMTCHECKPARSER_H
// actually parses instruction format and generates code
void parseFmtCheck();
#endif // ULM_FMTCHECKPARSER_H
 |