V7addenda/f77/libF77/mclock_.c

Compare this file to the similar file:
Show the results in this format:

long int  mclock_()
  {
  int  buf[6];
  times(buf);
  return(buf[0]+buf[2]+buf[3]);
  }