SCHAR_MIN

In this page:

http://www.cplusplus.com/reference/climits/

it says SCHAR_MIN is -127 when it should be -128

D.
The actual wording on the page you linked is "-127 or less" and -128 is less than -127.

http://stackoverflow.com/questions/8010040/why-is-schar-min-defined-as-127-in-c99

Also, at the bottom of every page on this site is a link that says "Spotted an err? contact us" that you may use to report an error, however, please save admin some trouble and bother googling (or at least rereading) to see if you're mistaken first.
Last edited on
Topic archived. No new replies allowed.