简体   繁体   English

相当于stdint.h中的double?

[英]equivalent of double in stdint.h?

I am trying to figure out my way through c89 and now I ma stuck with this problem. 我试图通过c89找出自己的方式,现在我陷入了这个问题。 Does stdint.h have any equivalent for double data type? stdint.h是否具有double数据类型的等价物? If yes how do we print it? 如果是,我们如何打印它?

stdint.h is for integer types and there is no fixed-size floating types in C. stdint.h用于整数类型,C中没有固定大小的浮动类型。

By the way you are mentioning C89, note that stdint.h standard header is a C99 addition. 顺便提一下你提到C89,请注意stdint.h标准头是C99的补充。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM