Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ f
Function
f
Source/kwsys/kwsysPlatformTestsC.c:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
#ifdef TEST_KWSYS_C_HAS_PTRDIFF_T
31
# include <stddef.h>
32
int f(ptrdiff_t n)
33
{
34
return n > 0;
35
}
36
int KWSYS_PLATFORM_TEST_C_MAIN()
37
{
38
char* p = 0;
Callers
4
KWSYS_PLATFORM_TEST_C_MAIN
Function · 0.70
Print
Function · 0.50
cmArgumentParser
Class · 0.50
cmArgumentParser<void>
Class · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected