将字符串存储形式的十六进制数转换为整数
摘要:
/******************************************************************************//* * convert a hex string to an integer. The end of the string or a non-hex * character will indicate the end of the hex specification. */unsigned int hextoi(char *hexstring){ register char *h; register unsigned int c, v 阅读全文
posted @ 2011-06-02 13:30 鹰之歌 阅读(372) 评论(0) 推荐(0)
浙公网安备 33010602011771号