#ifndef __COMMON__H__ #define __COMMON__H__ char msgCmp(char *msg, char *target); int GetParaFromStr(char *Str,char *Para,char *Value); unsigned char charStrToHex(char d1, char d2); void AscStrTurnHexStr(char *AscStr, char *HexStr); #endif