Home | History | Annotate | Download | only in dos
      1 static int isspace(int c) {
      2   return (c == ' ');
      3 }
      4