some unusual errors

Michael Richardson mcr@solidum.com
Mon Sep 21 21:12:00 GMT 1998


>>>>> "Benjamin" == Benjamin Riefenstahl <benny@crocodial.de> writes:
    Benjamin> a) Specification: The <ctype.h> functions all take "int"s in the range 0
    Benjamin> to UCHAR_MAX plus EOF. This is the same range that getc() returns. It is
    Benjamin> *not* the same range as "char", but OTOH "unsigned char" is a subset of
    Benjamin> this range, so with regular strings one usually should cast like this

    Benjamin>         for(s = s00; isspace((unsigned char)*s); s++)

    Benjamin> b) The <ctype.h> functions are usually implemented as macros which look
    Benjamin> up the answers in a static array. I think what the compiler complains
    Benjamin> about is, that you use a (signed) "char" to index into an array
  
  Then the routines should cast the argument appropriately, or the routines
should be functions and cast things appropriate, or "char" should be by
default unsigned.

   :!mcr!:            |  Solidum Systems Corporation, http://www.solidum.com
   Michael Richardson |For a better connected world,where data flows faster<tm>
 Personal: <A HREF=" http://www.sandelman.ottawa.on.ca/People/Michael_Richardson/Bio.html ">mcr@sandelman.ottawa.on.ca</A>. PGP key available.
 Corporate: <A HREF=" mailto:mcr@solidum.com ">mcr@solidum.com</A>. 



  
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list