#include #undef isblank int isblank(int c) { return (c == 9) || (c == 32); }