[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Simulavr-devel] INT_MAX not defined
From: |
Weddington, Eric |
Subject: |
RE: [Simulavr-devel] INT_MAX not defined |
Date: |
Sun, 10 Aug 2008 07:24:39 -0600 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> u.org] On Behalf Of Lukas Kropatschek
> Sent: Sunday, August 10, 2008 5:35 AM
> To: address@hidden
> Subject: [Simulavr-devel] INT_MAX not defined
>
> Hi,
>
> i wonder what INT_MAX is. You use it in pin.cpp and it's not
> defined. I'm not
> sure which value I should define there. The maximum number
> which could be
> assigned to a integer value?
You are correct. It is the maximum number which could be assigned to an integer
variable. The INT_MAX define can be found in the <limits.h> standard header
file.