?? limits.h
字號(hào):
/* * * This software is released under the provisions of the GPL version 2. * see file "COPYING". If that file is not available, the full statement * of the license can be found at * * http://www.fsf.org/licensing/licenses/gpl.txt * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. * */#ifndef HLXSYS_LIMITS_H#define HLXSYS_LIMITS_H#ifdef _OPENWAVE_SIMULATOR#ifndef _WIN32#define _WIN32#define LIMITS_UNDEF_WIN32#endif /* _WIN32 */#endif /* _OPENWAVE_SIMULATOR */#include <limits.h>#ifdef LIMITS_UNDEF_WIN32#undef _WIN32#undef LIMITS_UNDEF_WIN32#endif /* LIMITS_UNDEF_WIN32 */#endif /* HLXSYS_LIMITS_H */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -