| 1048 | } |
| 1049 | |
| 1050 | void setFunctionPointerData_c(const char* name, void (*value)()) |
| 1051 | { |
| 1052 | currentMockSupport->setData(name, (cpputest_cpp_function_pointer) value); |
| 1053 | } |
| 1054 | |
| 1055 | void setDataObject_c(const char* name, const char* type, void* value) |
| 1056 | { |