cstdio

来自「MMI层OBJ不能完全编译」· 代码 · 共 21 行

TXT
21
字号
/*****************************************************************************/
/* CSTDIO v2.54                                                              */
/* Copyright (c) 1999-2004 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 */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?