1 // ctime standard header
2 #pragma once
3 #ifndef _CTIME_
4 #define _CTIME_
5 #include <yvals.h>
6
7 #ifdef _STD_USING
8  #undef _STD_USING
9   #include <time.h>
10  #define _STD_USING
11
12 #else /* _STD_USING */
13  #include <time.h>
14 #endif /* _STD_USING */
15
16 #ifndef RC_INVOKED
17  #if _GLOBAL_USING
18 _STD_BEGIN
19 using ::clock_t; using ::size_t;
20 using ::time_t; using ::tm;
Lines 21 ... 30 are skipped.
31  * Copyright (c) 1992-2006 by P.J. Plauger.  ALL RIGHTS RESERVED.
32  * Consult your license regarding permissions and restrictions.
33  V5.02:0009 */
34