fat: Make mangle behavior similar to the standard one
[profile/ivi/syslinux.git] / dos / ctype.h
1 static int isspace(int c) {
2   return (c == ' ');
3 }