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

Function unsignedLongIntReturnValue_c

src/CppUTestExt/MockSupport_c.cpp:866–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866unsigned long int unsignedLongIntReturnValue_c()
867{
868 return actualCall->returnUnsignedLongIntValue();
869}
870
871unsigned long int returnUnsignedLongIntValueOrDefault_c(unsigned long int defaultValue)
872{

Callers 1

Calls 1

Tested by

no test coverage detected