小编use*_*227的帖子

`sizeof` C 函数的手册页在哪里?

为什么没有sizeofC 函数的手册页?

$ man 3 sizeof
No manual entry for sizeof in section 3

$ man sizeof
No manual entry for sizeof
Run Code Online (Sandbox Code Playgroud)

我确实看到了其他 C 函数的手册页,就像malloc我运行man 3 malloc和类似的命令一样,但没有看到sizeof.

linux c man

10
推荐指数
1
解决办法
2万
查看次数

标签 统计

c ×1

linux ×1

man ×1