Star
4
Fork
53
代码
介绍
代码
Issues
27
Pull Requests
19
流水线
Actions
讨论
Wiki
项目成员
37
分析
项目设置
Star
4
Fork
53
master
kernel_linux_5.10
/
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"
);
}