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

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


#ifndef __cstddef
#define __cstddef
#define __ARMCLIB_VERSION 5060044

  #define __STDDEF_NO_EXPORTS 1
  #include <stddef.h>
  #undef __STDDEF_NO_EXPORTS

  #undef __stddef_h  // later inclusion of stddef.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 /* __cstddef */


