/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/EeToeeV/EeToeeV-00-00-01/src/EeToeeV/basesv5.1/imtime_.c

Go to the documentation of this file.
00001 #include <sys/times.h>
00002 #include <unistd.h>
00003 long imtime_() 
00004 {
00005         long    sysconf();
00006         long    ticks;
00007 
00008         ticks = sysconf(_SC_CLK_TCK);
00009         return ticks;
00010 }

Generated on Tue Nov 29 23:12:37 2016 for BOSS_7.0.2 by  doxygen 1.4.7