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