NDIV 137 time.c tmp = sec + NDIV(nsec,1000000000); /* negative div */ NDIV 504 time.c #define DIV(n,d) ((n)<0 ? NDIV((n),(d)) : (n)/(d))