ARB
arb_diff.h
Go to the documentation of this file.
1 /* This file is generated by aisc_mkpt.
2  * Any changes you make here will be overwritten later!
3  */
4 
5 #ifndef ARB_DIFF_H
6 #define ARB_DIFF_H
7 
8 /* define ARB attributes: */
9 #ifndef ATTRIBUTES_H
10 # include <attributes.h>
11 #endif
12 
13 
14 /* arb_diff.cxx */
15 
16 #ifndef _GLIBCXX_CSTDLIB
17 #include <cstdlib>
18 #endif
20 
21 bool ARB_textfiles_have_difflines(const char *file1, const char *file2, int expected_difflines, TextDiffMode tdmode);
22 size_t ARB_test_mem_equal(const unsigned char *buf1, const unsigned char *buf2, size_t common, size_t blockStartAddress);
23 bool ARB_files_are_equal(const char *file1, const char *file2);
24 bool ARB_files_differ(const char *file1, const char *file2);
25 
26 #else
27 #error arb_diff.h included twice
28 #endif /* ARB_DIFF_H */
bool ARB_textfiles_have_difflines(const char *file1, const char *file2, int expected_difflines, TextDiffMode tdmode)
Definition: arb_diff.cxx:250
bool ARB_files_differ(const char *file1, const char *file2)
size_t ARB_test_mem_equal(const unsigned char *buf1, const unsigned char *buf2, size_t common, size_t blockStartAddress)
bool ARB_files_are_equal(const char *file1, const char *file2)
TextDiffMode
Definition: arb_diff.h:19