摘要:
utils.h #ifndef UTILS_H #define UTILS_H int Hex2Char(int fromi,char *toc); int Char2Hex(char fromc,int *toi); int BitStr2ByteArr(char *bs,char *ba); i 阅读全文
posted @ 2022-06-02 15:39
爱吃土豆的洋芋
阅读(18)
评论(0)
推荐(0)
摘要:
utils.h #ifndef UTILS_H #define UTILS_H int Hex2Char(int fromi,char *toc); int Char2Hex(char fromc,int *toi); int BitStr2ByteArr(char *bs,char *ba); i 阅读全文
posted @ 2022-06-02 14:52
爱吃土豆的洋芋
阅读(33)
评论(0)
推荐(0)