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

Function PlatformSpecificForkImplementation

src/Platforms/Gcc/UtestPlatform.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static int PlatformSpecificForkImplementation(void)
72{
73 return 0;
74}
75
76static int PlatformSpecificWaitPidImplementation(int, int*, int)
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected