improved structure layout generation
[repair.git] / Repair / RepairCompiler / structextract / common.h
1 #ifndef COMMON_H
2 #define COMMON_H
3
4 char * copystr(const char *buf);
5 unsigned int hashstring(char *strptr);
6 int equivalentstrings(char *str1, char *str2);
7 #endif