Description: #include <string.h>
#include <stdio.h>
/* ========================================================================*/
/* MEM_COMPARE-- Compare two memory images and output a detailed dump if */
/* the images differ. */
/* ========================================================================*/
int mem_compare(const void*r1, const char*n1,
const void*r2, const char*n2, int len)
{
unsigned char*c1,*c2
int i, j, k, total, skip
unsigned addr
char buf[80]
const char hex[16] = "0123456789ABCDEF"
To Search:
File list (Check if you may need any files):
support.c