Very good read for anyone that wants to write this outdated language in 2016.
Name:
Anonymous2016-01-10 17:10
the stdint.h on mingw introduces a new exciting type that force cludges for anyone attempting to use it. Source: typedef unsigned uint32_t; //line 40 this typedef requires 2 extra types (long,unsigned long) to be handled as special cases and typedef signed char int8_t;//line 35 requires handling an extra(char) type which is considered distinct from signed char.