> -----Original Message----- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > u.org] On Behalf Of Lukas Kropatschek > Sent: Sunday, August 10, 2008 5:35 AM > To: [email protected] > 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. _______________________________________________ Simulavr-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/simulavr-devel
