59
59
bool Hex2Num(const string &Str,unsigned char *Num,unsigned int Length);
60
60
bool TokSplitString(char Tok,char *Input,char **List,
62
63
void ioprintf(ostream &out,const char *format,...) APT_FORMAT2;
63
64
void strprintf(string &out,const char *format,...) APT_FORMAT2;
64
65
char *safe_snprintf(char *Buffer,char *End,const char *Format,...) APT_FORMAT3;