Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
build
/
tests
/
ex
/
arch
/
f.c
Text
·
64 B
·
bffd9c6
Raw
7 lines · c
1
// SPDX-License-Identifier: GPL-2.0
2
3
int f(void)
4
{
5
return 0;
6
}
7