?? acconfig.h
字號:
/* Use XShm Extension? */#undef USE_XSHM/* Run in text only mode */#undef DISABLE_DISPLAY/* startup in stopped state */#undef DISABLE_AUTORUN/* Our package name */#undef PACKAGE/* The version number */#undef VERSION@BOTTOM@/* AIX requires this to be the first thing in the file. */#if HAVE_ALLOCA_H# include <alloca.h>#else# ifdef _AIX #pragma alloca# else# ifndef alloca /* predefined by HP cc +Olibcalls */char *alloca ();# endif# endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -