• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

isspace(int c)1 static int isspace(int c) {
2   return (c == ' ');
3 }
4