This is a discussion on Re: char signed or unsinged ? (was Netscape 7 issues) within the comp.unix.solaris forums, part of the Solaris Operating System category; --> js@cs.tu-berlin.de (Joerg Schilling) writes in comp.unix.solaris: |But limits.h is a SysV file and not a standard file. |Better is ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| js@cs.tu-berlin.de (Joerg Schilling) writes in comp.unix.solaris: |But limits.h is a SysV file and not a standard file. |Better is to include inttypes.h and use uint8_t & int8_t I think you've got that backwards. limits.h & CHAR_MIN are required by the C89 standard - better to use them than the C99 addition of inttypes.h which isn't as widespread yet. -- __________________________________________________ ______________________ Alan Coopersmith alanc@alum.calberkeley.org http://www.CSUA.Berkeley.EDU/~alanc/ aka: Alan.Coopersmith@Sun.COM Working for, but definitely not speaking for, Sun Microsystems, Inc. |
| Thread Tools | |
| Display Modes | |
|
|