?? stdio.h
字號(hào):
/*******************************************************************************++ LEDA 4.5 +++ stdio.h+++ Copyright (c) 1995-2004+ by Algorithmic Solutions Software GmbH+ All rights reserved.+ *******************************************************************************/// $Revision: 1.3 $ $Date: 2004/02/06 11:19:57 $#define LEDA_STD_INCLUDE#if defined(LEDA_STD_HEADERS)#include <cstdio>#if (__BORLANDC__ > 0x520)using std::sscanf;using std::sprintf;using std::vsprintf;using std::fprintf;using std::printf;using std::tmpnam;using std::gets;#endif#else#include <stdio.h>#endif#undef LEDA_STD_INCLUDE
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -