Don't call ReadArgs() if started from WB.
[tangerine.git] / compiler / clib / __time.h
blob264678b95d4e638332b950c0a17502732fd4d8f2
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef ___TIME_H
7 #define ___TIME_H
9 /*
10 2922 is the number of days between 1.1.1970 and 1.1.1978 (2 leap
11 years and 6 normal). The former number is the start value
12 for time(), the latter the start time for the AmigaOS
13 time functions.
16 #define OFFSET_FROM_1970 2922*24*60*60
18 extern long __gmtoffset;
20 #endif /* !___TIME_H */