BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Eepipi/src/ee2eepp/basesv5.1/imtime_.c
Go to the documentation of this file.
1#include <sys/times.h>
2#include <unistd.h>
3long imtime_() {
4 long sysconf();
5 long ticks;
6
7 ticks = sysconf( _SC_CLK_TCK );
8 return ticks;
9}