/* ISC license. */ #include void tain_earliest1 (tain *t, tain const *u) { if (tain_less(u, t)) *t = *u ; }