3

我试图找出通过 c89 的方法,现在我遇到了这个问题。stdint.h双数据类型是否有任何等价物?如果是,我们如何打印?

4

1 回答 1

4

stdint.h适用于整数类型,C 中没有固定大小的浮点类型。

顺便说一句,您提到了 C89,请注意stdint.h标准标题是 C99 的补充。

于 2012-06-17T00:48:33.337 回答