source: branches/profile/CORE/arb_diff.h

Last change on this file was 10764, checked in by westram, 11 years ago
  • renamed file- and mem-cmp-functions
  • added parameter 'blockStartAddress' to ARB_test_mem_equal
    • use it to show correct file-offset when called from ARB_files_are_equal
  • removed unused function files_are_equal()
File size: 661 bytes
Line 
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
19
20bool ARB_textfiles_have_difflines(const char *file1, const char *file2, int expected_difflines, int special_mode);
21size_t ARB_test_mem_equal(const unsigned char *buf1, const unsigned char *buf2, size_t common, size_t blockStartAddress);
22bool ARB_files_are_equal(const char *file1, const char *file2);
23
24#else
25#error arb_diff.h included twice
26#endif /* ARB_DIFF_H */
Note: See TracBrowser for help on using the repository browser.