📄 kernelversion.c.svn-base
字号:
/* This file is used for a trick to determine the version of the kernel * build tree. Simply grepping <linux/version.h> doesn't work, since * some distributions have multiple UTS_RELEASE definitions in that * file. * Taken from the lm_sensors project. * * $Id$ */#include <linux/version.h>/* Linux 2.6.18+ uses <linux/utsrelease.h> */#ifndef UTS_RELEASE#include <linux/utsrelease.h>#endifchar *uts_release = UTS_RELEASE;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -