本文介绍了stdint.h的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

stdint.h存在于我的Solaris 10(sparc)系统上但不存在于我的Solaris

9(sparc)系统上。


如何纠正这种情况?


谢谢

stdint.h exists on my Solaris 10(sparc) system but not on my Solaris
9(sparc) system.

How do I rectify this situation?

Thanks

推荐答案



我不知道stdint.h是什么,但你确定它不是< stdint?

I don''t know what stdint.h is, but are you sure it''s not <stdint?




升级和/或安装Studio 11。


后续组合。


-

Ian Collins。

Upgrade and/or install Studio 11.

Follow-up set.

--
Ian Collins.




自己编写。

By writing your own.


这篇关于stdint.h的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 10:33