gpt4 book ai didi

c - 在 C 中使用 wcslen 时出现段错误

转载 作者:太空宇宙 更新时间:2023-11-04 06:55:01 25 4
gpt4 key购买 nike

在 C 中,我在执行时遇到段错误

const wchar_t *id = L"{{content}}\0";
wprintf(L"%s\n", wcslen(id));

我不明白这里出了什么问题...有人可以启发我吗?

最佳答案

您取消引用从 size_t 转换而来的指针,而 wprintf 需要 %s 的指针。使用 %zu 显示长度。

关于c - 在 C 中使用 wcslen 时出现段错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46104890/

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