gpt4 book ai didi

c - 函数的 int 放置

转载 作者:行者123 更新时间:2023-12-04 11:42:55 30 4
gpt4 key购买 nike

我最近一直在查看 Illumos 源代码,发现了一些奇怪的东西。

在他们的源代码中,函数类型是这样写的:

static int
outdec64(unsigned char *out,
unsigned char *chr, int num)
{
... Code ...
}

这绝对不是我学习它的方式。有什么具体含义吗?

最佳答案

不,在 C 中通常会忽略空格。那只是编码风格。

这是 SunOS 的编码风格:

Each function should be preceded by a block comment prologue that gives the name and a short description of what the function does. The type of the value returned should be alone on a line in column 1 (int should be specified explicitly).

这符合另一个规则:

Lines longer than 80 columns are not handled well by all terminals and should be avoided if possible

关于c - 函数的 int 放置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32353493/

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