FACT++  1.0
static int ISBLANK ( int  c)
static

Definition at line 101 of file palIntin.c.

Referenced by palIntin().

101  {
102  return ( c == ' ' || c == '\t' );
103 }

+ Here is the caller graph for this function: