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

Function DosRand

src/Platforms/Dos/UtestPlatform.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194static int DosRand()
195{
196 return rand();
197}
198
199static double DosFabs(double d)
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected