aboutsummaryrefslogtreecommitdiff
path: root/post/rules.mk
diff options
context:
space:
mode:
authorJason Hobbs <jason.hobbs@calxeda.com>2011-08-31 10:37:25 -0500
committerJohn Rigby <john.rigby@linaro.org>2011-09-23 07:10:37 -0600
commit01b5cfa995d9f618fd6b2318cef55e8e82c3720e (patch)
tree8e5603ae49e73cdfdf889d52af52a47ec9cf52f7 /post/rules.mk
parent74a57989d97862da6ee587e32bea78385c5514d7 (diff)
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>
Diffstat (limited to 'post/rules.mk')
0 files changed, 0 insertions, 0 deletions