| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <stdio.h> | |
| 2 | #include <stdlib.h> | |
| 3 | < | #include "bool.h" |
| 3 | > | #include "stdint.h" |
| 4 | #include <string.h> | |
| 5 | #include <ctype.h> | |
| 6 | ||
| 7 | < | #include "inifile.h" |
| 7 | > | #include "Inifile_Reader.h" |
| 8 | ||
| 9 | char* inifile_cleanstr(char* str) | |
| 10 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |