32 位十六进制到整数的转换
我想将 32 位十六进制转换为 'C'
seqBuf = "81BD82E8" 中的整数 这是我获取并存储在缓冲区中的十六进制值
该十六进制值的对应值为 2176680680
如何转换?请帮助我....
是否有任何函数“strtoul()”像strtoul()...
提前致谢...
I want to convert 32-bit Hex to integer in 'C'
seqBuf = "81BD82E8" This is the Hex value I'm getting and stored in a buffer
The corresponding value of that hex value is 2176680680
How to convert? Please help me....
Is there any function "strtoull()" as like strtoul()...
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)