 /*
 * C++ header for C header stdint.h
 * Copyright (C) Advanced RISC Machines Limited, 1997. All rights reserved.
 */

/*
 * RCS $Revision$
 * Checkin $Date$
 * Revising $Author$
 */

#ifndef __cstdint
#define __cstdint
#define __ARMCLIB_VERSION 5060044

  #define __STDINT_NO_EXPORTS 1
  #include <stdint.h>
  #undef __STDINT_NO_EXPORTS

  
  #undef __stdint_h  // later inclusion of stdint.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 /* __cstdint */

