C++程序  |  4行  |  51 B

static int isspace(int c) {
  return (c == ' ');
}