| 113 | } |
| 114 | |
| 115 | inline attribute_hidden char* get_string_buffer(){ |
| 116 | typedef char* (*Fun)(void); |
| 117 | static Fun fun = GET_CALLABLE("get_string_buffer"); |
| 118 | return fun(); |
| 119 | } |
| 120 | |
| 121 | inline attribute_hidden SEXP get_Rcpp_namespace() { |
| 122 | typedef SEXP (*Fun)(void); |
no outgoing calls
no test coverage detected