0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
Rcpp
/
tinytest
/
testRcppModule
/
src
/
[
Home
]
File: rcpp_hello_world.h
#ifndef _testRcppModule_RCPP_HELLO_WORLD_H #define _testRcppModule_RCPP_HELLO_WORLD_H #include <Rcpp.h> RcppExport SEXP rcpp_hello_world_cpp() ; #endif