MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / R_init_overhead_2

Function R_init_overhead_2

inst/examples/ConvolveBenchmarks/overhead_2.c:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected