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

Function R_init_overhead_1

inst/examples/ConvolveBenchmarks/overhead_1.cpp:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12extern "C" void R_init_overhead_1(DllInfo *info){
13
14 R_CallMethodDef callMethods[] = {
15 {"overhead_cpp", (DL_FUNC) &overhead_cpp, 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