| 10 | } |
| 11 | |
| 12 | void R_init_overhead_2(DllInfo *info){ |
| 13 | |
| 14 | R_CallMethodDef callMethods[] = { |
| 15 | {"overhead_c", (DL_FUNC) &overhead_c, 2}, |
| 16 | {NULL, NULL, 0} |
| 17 | }; |
| 18 | |
| 19 | R_registerRoutines(info, NULL, callMethods, NULL, NULL); |
| 20 | } |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected