?? config.c
字號:
/* * This is used by the top-level makefile to automagically * get the kernel version from <linux/version.h>. * A simple grep doesn't work for Mandrake and Red Hat distributions * that contain multiple UTS_RELEASE definitions in version.h. */#include <linux/version.h>char *uts_release=UTS_RELEASE;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -