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

Function DummyPlatformSpecificFork

src/Platforms/Dos/UtestPlatform.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static int DummyPlatformSpecificFork(void)
66{
67 return 0;
68}
69
70static int DummyPlatformSpecificWaitPid(int, int*, int)
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected