COORD_SLEN
(void) strncpy(buff, p_coord, COORD_SLEN);
buff[COORD_SLEN] = '\0';
if ((endp != &buff[COORD_SLEN]) ||
p_coord += COORD_SLEN;