I get this error when compiling a C program in MinGW. As far as I know, I thought "intptr_t" was a type in the C99 standard. I do not include the file?
You need to enable stdint.h .
stdint.h
Note that intptr_t and uintptr_t are indeed C99 types, but they are optional.
intptr_t
uintptr_t
Source: https://habr.com/ru/post/1393467/More articles:Using comparison as an alias in a choice for Doctrine2 - mysqlRecursive SamePropertyValuesA How to combine in hamcrest - javaCumulative DQL with doctrine - phpHow to pass Eval () parameter to Link Button Control? - c #C ++ non-zero default value for numeric types - rethinking? - c ++Why does the Tomcat application use only half of the available processors? - javaIncorrect port forwarding - vagrantEmacs documentation popup - autocompleteJS waiting for CSS background image to load - javascriptRedis with PHP - Implementing Data Caching - benchmarkingAll Articles