Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
torvalds
Edit Copy
Star
GitHub Repository:
torvalds/linux
Path:
blob/master/tools/build/tests/ex/arch/e.c
2
6
2
9
5
views
1
// SPDX-License-Identifier: GPL-2.0
2
3
int
e
(
void
)
4
{
5
return
0
;
6
}
7
8