C2A_Core
stdint.h ファイル

C89 環境用 stdint.h [詳解]

#include <src_user/Library/stdint_impl.h>
stdint.h の依存先関係図:
被依存関係図:

[ソースコード]

詳解

C89 環境用 stdint.h

覚え書き
真に C89 で,stdint.h が提供されない環境では,このパスを include path に追加し, src_user/Library/stdint_impl.h を自前で用意すること

stdint.h に定義があります。