/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/EeToeeV/EeToeeV-00-00-01/src/EeToeeV/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

long imtime_ (  ) 

Definition at line 3 of file imtime_.c.

00004 {
00005         long    sysconf();
00006         long    ticks;
00007 
00008         ticks = sysconf(_SC_CLK_TCK);
00009         return ticks;
00010 }


Generated on Tue Nov 29 23:16:13 2016 for BOSS_7.0.2 by  doxygen 1.4.7