INTMAX_MAX undefined?
-
@VRonin made the correct suggestion, to define this:
__STDC_LIMIT_MACROS
The other problem was that i had defined "round()" as a macro somewhere else
Thanks everyone!
@VRonin made the correct suggestion, to define this:
__STDC_LIMIT_MACROS
The other problem was that i had defined "round()" as a macro somewhere else
Thanks everyone!