2011年5月19日 - int Ascii2Hex(const char hex,char ascii) 16進制轉ASCII { int len = strlen(hex), tlen, i, cnt; for (i = 0, cnt = 0, tlen = 0; ilen; i++) { char c ...
yanntany.blogspot.com