config.c

来自「I2C总线LINUX驱动程序」· C语言 代码 · 共 9 行

C
9
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?