1 2 3 4 5 6 7 8
/* ISC license. */ #include <skalibs/tai.h> void tain_earliest1 (tain *t, tain const *u) { if (tain_less(u, t)) *t = *u ; }