MCPcopy Create free account
hub / github.com/cpputest/cpputest / DummyPlatformSpecificFork

Function DummyPlatformSpecificFork

src/Platforms/armcc/UtestPlatform.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static int DummyPlatformSpecificFork(void)
63{
64 return 0;
65}
66
67static int DummyPlatformSpecificWaitPid(int, int*, int)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected