| 193 | */ |
| 194 | // Initialize wrappers, etc. |
| 195 | extern "C" void |
| 196 | dmtcp_initialize() |
| 197 | { |
| 198 | dmtcp_prepare_wrappers(); |
| 199 | } |
| 200 | |
| 201 | #ifdef DEBUG |
| 202 | // This is a test function which we can use to simulate foreign constructors |
no test coverage detected