On Sun, Oct 18, 2009 at 10:54:33PM -0400, Matthew Mondor wrote: > while (isspace((int)*value)) > value++; I'm missing why you would bother casting to (int) in the ctype macro arg here. Help me out, please? Thanks, Alistair