Revision 40758af18b420fd6926aa8e867d4d7cb0dedece9 authored by Lorenzo Moneta on 27 June 2006, 15:10:25 UTC, committed by Lorenzo Moneta on 27 June 2006, 15:10:25 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@15577 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 82c2d97
Raw File
time.h
#ifndef G__TIME_H
#define G__TIME_H
typedef unsigned long clock_t;
typedef long time_t;
#ifndef G__STDSTRUCT
#pragma setstdstruct
#endif
#define 	CLK_TCK (100)
#endif
back to top