Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Tests/COnly/libc1.c
3
1
4
8
views
1
float
LibC1Func
(
void
)
2
{
3
return
2.0
;
4
}
5
6