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

Function DosSrand

src/Platforms/Dos/UtestPlatform.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187void* (*PlatformSpecificMemset)(void* mem, int c, size_t size) = DosMemset;
188
189static void DosSrand(unsigned int seed)
190{
191 srand(seed);
192}
193
194static int DosRand()
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected