/*
 * C++ header for C header stdlib.h
 * Copyright 1997 ARM Limited. All rights reserved.
 */

/*
 * RCS $Revision$
 * Checkin $Date$
 * Revising $Author$
 */

#ifndef __cstdlib
#define __cstdlib
#define __ARMCLIB_VERSION 5060044

  #define __STDLIB_NO_EXPORTS 1
  #include <stdlib.h>
  #undef __STDLIB_NO_EXPORTS

  #undef __stdlib_h  // later inclusion of stdlib.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 /* __cstdlib */

