blob: c0d00c048c86bf98dd25becec9feeb34501452f9 [file] [log] [blame]
static int isspace(int c) {
return (c == ' ');
}