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

Function DummyPlatformSpecificFork

src/Platforms/Keil/UtestPlatform.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected