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

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

#ifndef __cstdio
#define __cstdio
#define __ARMCLIB_VERSION 5060044

  #define __STDIO_NO_EXPORTS 1
  #include <stdio.h>
  #undef __STDIO_NO_EXPORTS

  #undef __stdio_h  // later inclusion of stdio.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 /* __cstdio */

