view 3rdparty/packages/cc/defs/time.h @ 2229:918c7c68ea4d

Made formats quiet
author boisy
date Sun, 22 Mar 2009 12:21:59 +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