BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
Eepipi/Eepipi-00-00-06/src/ee2eepp/basesv5.1/imtime_.c File Reference
#include <sys/times.h>
#include <unistd.h>

Go to the source code of this file.

Functions

long imtime_ ()
 

Function Documentation

◆ imtime_()

long imtime_ ( )

Definition at line 3 of file Eepipi/Eepipi-00-00-06/src/ee2eepp/basesv5.1/imtime_.c.

4{
5 long sysconf();
6 long ticks;
7
8 ticks = sysconf(_SC_CLK_TCK);
9 return ticks;
10}