Re: [U-Boot] [PATCH v4 04/13] Add isblank

2011-08-24 Thread Jason Hobbs
On Tue, Aug 23, 2011 at 05:40:35PM -0400, Mike Frysinger wrote: > On Tuesday, August 23, 2011 17:06:52 Jason Hobbs wrote: > > 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 characte

Re: [U-Boot] [PATCH v4 04/13] Add isblank

2011-08-23 Thread Mike Frysinger
On Tuesday, August 23, 2011 17:06:52 Jason Hobbs wrote: > 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