This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: some unusual errors


> Doesn't the ANSI isspace() prototype
> definition take type char ?

According to my ANSI spec quick reference, all the is*()
functions, including isspace(), take an int and return
an int.  In fact, it specifically states that
in the intro, and says that legal values are EOF
or the range of type `unsigned char'.  It also states
that thus these functions take values as returned
by, say, fgetc(), which returns EOF or 0..255 as
an `int'.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]