Re: question on limits.h

2005-05-29 Thread Corinna Vinschen
On May 27 14:15, Eric Blake wrote: > My reading of POSIX says that LLONG_MIN and friends must always be defined, > and > not just when the version of C is new enough: > http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html > At any rate, I was surprised when I noticed that coreuti

RE: question on limits.h

2005-05-27 Thread Dave Korn
Original Message >From: Eric Blake >Sent: 27 May 2005 15:16 > My reading of POSIX says that LLONG_MIN and friends must always be > defined, and not just when the version of C is new enough: > http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html Interesting. You say tha