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