| 884 | } |
| 885 | |
| 886 | cpputest_longlong returnLongLongIntValueOrDefault_c(cpputest_longlong defaultValue) |
| 887 | { |
| 888 | if (!hasReturnValue_c()) { |
| 889 | return defaultValue; |
| 890 | } |
| 891 | return longLongIntReturnValue_c(); |
| 892 | } |
| 893 | |
| 894 | cpputest_ulonglong unsignedLongLongIntReturnValue_c() |
| 895 | { |
nothing calls this directly
no test coverage detected