tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
tools
/
build
/
feature
/
test-stackprotector-all.c
at
v4.10-rc3
6 lines
59 B
view raw
wrap content
1
#
include
<stdio.h>
2
3
int
main
(
void
)
4
{
5
return
puts
(
"
hi
"
)
;
6
}