On 7/4/07, Noam G. Nudelman <[EMAIL PROTECTED]> wrote:
Hi,

  I'm using gcc v3.4.2 on Silicon Graphics Origin 300 running IRIX 6.2.27m.

> grep INT_MIN /usr/include/internal/limits_core.h
#define INT_MIN         (-2147483647-1) /* min value of an "int" */

> grep INT32_MIN /usr/include/inttypes.h
#define INT32_MIN       (-2147483647-1)

> grep INT_MAX /usr/include/internal/limits_core.h
#define INT_MAX         2147483647      /* max value of an "int" */

> grep INT32_MAX /usr/include/inttypes.h
#define INT32_MAX       (2147483647)

Please reply to the list, not just to me.  Thanks.


Reply via email to