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