Jason Hobbs 93337abbfe Add isblank
Existing ctype checks are implemented using a 256 byte lookup table,
allowing each character to be in any of 8 character classes. Since there
are 8 existing character classes without the blank class, I implemented
isblank without using the lookup table.  Since there are only two blank
characters - tab and space - this is a more reasonable approach than
doubling the size of the lookup table to accommodate one more class.

Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
2011-10-17 22:25:34 +02:00
..
2011-02-19 20:32:37 +01:00
2011-10-01 21:56:20 +02:00
2011-01-18 23:38:08 +01:00
2011-10-17 22:25:34 +02:00
2010-05-06 00:17:01 +02:00
2011-04-20 15:09:19 -05:00
2010-10-27 22:48:30 +02:00
2010-05-06 00:17:01 +02:00
2010-05-06 00:17:01 +02:00
2010-10-27 22:48:30 +02:00
2008-09-13 02:23:05 +02:00
2009-12-05 01:30:23 +01:00
2011-09-11 21:24:09 +02:00
2010-12-17 10:14:09 +01:00
2008-10-18 21:54:01 +02:00