这似乎是一个简单的问题,但我无法通过Stack Overflow搜索或Google找到它.什么类型后跟一个_t意思?如
_t
int_t anInt;
我在C代码中看到很多意味着与硬件紧密相关 - 我不禁认为它们是相关的.
c types naming-conventions
在C中,我知道int main()返回一个int,其中void main()没有.除此之外,他们之间有区别吗?第一个好于第二个?
c int program-entry-point void
c ×2
int ×1
naming-conventions ×1
program-entry-point ×1
types ×1
void ×1