Follow-up Comment #3, bug #19281 (project avr-libc):

> isblank() is not the same as isspace().

Crap - i was misreading this:

"The isblank function tests for any character that is a standard blank
character or is one of a locale-specific set of characters FOR WHICH ISSPACE
IS TRUE and that is used to separate words within a line of text." (emphasis
mine)

As saying it must return those for which isspace is true, not as the set of
which isblank CAN return is limited to those isspace considers true.

Fix in docs or in source? Both are valid, the source does explicitly check
for vertical tab but that was never documented...

Regards,

 -Colin

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19281>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to