#define I_HEX 0 #define I_DEC 1 #define MAX_LINE 64 typedef unsigned int UINT; void dopen(const char* dname); void dwint(const char* vName,int iNum,int opt); void dwstr(const char* vName,const char* pStr); void dramav(); void dclose();