| # | Line 5 | Line 5 | extern "C" { | |
|---|---|---|
| 5 | extern "C" { | |
| 6 | #endif | |
| 7 | ||
| 8 | < | int count_tokens(char *line, char *delimiters); |
| 8 | > | extern int count_tokens(char *line, char *delimiters); |
| 9 | int isEndLine(char *line); | |
| 10 | + | int isBeginLine(char *line); |
| 11 | char* TrimSpaces(char *str); | |
| 12 | ||
| 13 | #ifdef __cplusplus | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |