📄 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 + -