Star
33
Fork
18
代码
介绍
代码
Issues
1
Pull Requests
11
流水线
Actions
项目讨论
Wiki
项目成员
12
分析
项目设置
Star
33
Fork
18
linux-6.6.y
kernel
/
tools
/
build
/
feature
/
test-stackprotector-all.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
#
include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}