Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MinGW で C プログラムをコンパイルしているときに、このエラーが表示されます。私の知る限り、'intptr_t' は C99 標準の型だと思っていました。ファイルを含めていませんか?
を含める必要がありますstdint.h。
stdint.h
intptr_tとuintptr_tは確かにC99タイプですが、オプションであることに注意してください。
intptr_t
uintptr_t