C++ 16進制字符串轉16進制數組函數

@TOCC++ 16進制字符串轉16進制數組函數 unsigned char buf[], int len) { if (str != NULL && buf != NULL && len != NULL) { int Length = sizeof(str); if (Length % 2 == 0) { int i = 0; int n = 0; while (*str != 0 && (n
相關文章
相關標籤/搜索