Star
4
Fork
57
代码
介绍
代码
Issues
19
Pull Requests
6
流水线
Actions
讨论
Wiki
项目成员
37
分析
项目设置
Star
4
Fork
57
master
kernel_linux_5.10
/
tools
/
build
/
tests
/
ex
/
b.c
下载
G
Greg Kroah-Hartman
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
b2441318
创建于
2017年11月2日
历史提交
// SPDX-License-Identifier: GPL-2.0
int
b
(
void
)
{
return
0
;
}