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