Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/cc/defs/time.h @ 1097:264588ae1cd4
Fixed cc-1.1 to cc
author | boisy |
---|---|
date | Wed, 09 Apr 2003 16:06:26 +0000 |
parents | dbf5071ac6ef |
children |
line wrap: on
line source
/* structure for the 'setime()' and 'getime()' calls */ struct sgtbuf { char t_year, t_month, t_day, t_hour, t_minute, t_second; }; /* system dependent value */ #ifdef LEVEL2 #define tps 100 /* ticks per second */ #else #define tps 10 /* ticks per second */ #endif