/*****************************************************************************/
/* CSTDIO v2.59                                                              */
/* Copyright (c) 1999-2005 Texas Instruments Incorporated                    */
/*****************************************************************************/
#ifndef _CSTDIO 
#define _CSTDIO

#define _CPP_STYLE_HEADER
#include <stdio.h>
#undef _CPP_STYLE_HEADER

#ifdef __embedded_cplusplus
//----------------------------------------------------------------------------
// We cannot expect the embedded C++ user to use std namespace. So we include
// the using directive when compiled under embedded C++.
//----------------------------------------------------------------------------
using namespace std;
#endif /* __embedded_cplusplus */

#endif  /* #ifndef _CSTDIO */
