00001 00002 00003 00004 #ifndef _FOOTPRINT_H 00005 #define _FOOTPRINT_H 00006 00007 #include <stdio.h> 00008 00010 char* footprint(FILE* file); 00011 00013 long crc(char* s); 00014 00016 long crc(char *s, int len); 00017 00019 double footPrintDiff(const char* f1, const char* f2); 00020 00021 #endif