#include "file_differ.h"#include <basis/convert_utf.h>#include <basis/istring.h>#include <basis/portable.h>#include <stdio.h>Include dependency graph for file_differ.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | BUFSIZE 4096 |
Functions | |
| bool | file_differ::diff_files (const istring &_file1, const istring &_file2, const istring &_options, istring &_results, istring &_error) |
| uses the "diff" program to compare _file1 and _file2. | |
| void | file_differ::AddCRs (istring &_string) |
| adds carriage returns "\r" to any newlines without them in the string | |
| #define BUFSIZE 4096 |
1.5.1