?? sort.h
字號(hào):
/** $Id: sort.h 443 2006-05-30 04:37:13Z darren $** Copyright (c) 1998-2002, Darren Hiebert** This source code is released for free distribution under the terms of the* GNU General Public License.** External interface to sort.c*/#ifndef _SORT_H#define _SORT_H/** INCLUDE FILES*/#include "general.h" /* must always come first *//** FUNCTION PROTOTYPES*/extern void catFile (const char *const name);#ifdef EXTERNAL_SORTextern void externalSortTags (const boolean toStdout);#elseextern void internalSortTags (const boolean toStdout);#endif#endif /* _SORT_H *//* vi:set tabstop=4 shiftwidth=4: */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -