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

Definition at line 116 of file palDfltin.c.

Referenced by palDfltin().

116  {
117  return ( c == ' ' || c == '\t' );
118 }

+ Here is the caller graph for this function: