gpt4 book ai didi

c - 大小为 37 的数组

转载 作者:IT王子 更新时间:2023-10-29 00:58:10 25 4
gpt4 key购买 nike

typedef char    __darwin_uuid_string_t[37];

这段代码被排除在MacOS10.8/user/include/sys/_types.h我在想为什么这里是数字 37,而不是 2 的幂?

最佳答案

UUIDs 的长度为 36 个字符,因此形成 37 个字符的字符串,包括末尾的空字符。

A UUID is a 16-octet (128-bit) number. In its canonical form, a UUID is represented by 32 hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 digits and four hyphens).

关于c - 大小为 37 的数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13883043/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com