/*
 * C++ header for C header time.h
 * Copyright 1997 ARM Limited. All rights reserved.
 */

/*
 * RCS $Revision$
 * Checkin $Date$
 * Revising $Author$
 */

#ifndef __ctime
#define __ctime
#define __ARMCLIB_VERSION 5060044

  #define __TIME_NO_EXPORTS 1
  #include <time.h>
  #undef __TIME_NO_EXPORTS

  #undef __time_h  // later inclusion of time.h must do using std::*
  #ifdef __EDG_IMPLICIT_USING_STD
    /* Implicitly include a using directive for the STD namespace when this
       preprocessing flag is TRUE. */
       using namespace ::std;
  #endif /* ifdef __EDG_IMPLICIT_USING_STD */
  
#endif /* __ctime */

