dmi: check both the AC and ID flags at the same time
[syslinux/sherbszt.git] / dos / ctype.h
blobc0d00c048c86bf98dd25becec9feeb34501452f9
1 static int isspace(int c) {
2 return (c == ' ');