| 892 | } |
| 893 | |
| 894 | cpputest_ulonglong unsignedLongLongIntReturnValue_c() |
| 895 | { |
| 896 | return actualCall->returnUnsignedLongLongIntValue(); |
| 897 | } |
| 898 | |
| 899 | cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault_c(cpputest_ulonglong defaultValue) |
| 900 | { |
no test coverage detected