MCPcopy 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>
32int f(ptrdiff_t n)
33{
34 return n > 0;
35}
36int KWSYS_PLATFORM_TEST_C_MAIN()
37{
38 char* p = 0;

Callers 4

PrintFunction · 0.50
cmArgumentParserClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected