| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | #include <stdlib.h> | |
| 4 | #include <ctype.h> | |
| 5 | #include <string.h> | |
| 6 | < | #include "simError.h" |
| 7 | < | #include "StringUtils.h" |
| 6 | > | #include "utils/simError.h" |
| 7 | > | #include "utils/StringUtils.h" |
| 8 | ||
| 9 | int fastForwardToBeginBlock(FILE* theFile, char* blockName ){ | |
| 10 | int foundText = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |