Start development on BSD 4_1_snap
[unix-history] / .ref-BSD-4 / usr / src / lib / libF77 / mclock_.c
long int mclock_()
{
int buf[6];
times(buf);
return(buf[0]+buf[2]+buf[3]);
}