sbool isSpaceEtc(char c) { ret " \t\r\n".indexOf(c) >= 0; }