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

Function gmtime_

inst/include/Rcpp/routines.h:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 inline attribute_hidden struct tm * gmtime_(const time_t * const x){
137 typedef struct tm* (*Fun)(const time_t* const);
138 static Fun fun = GET_CALLABLE("gmtime_");
139 return fun(x);
140 }
141
142 inline attribute_hidden void Rcpp_precious_init() {
143 typedef void (*Fun)(void);

Callers 6

gmtime_mktimeFunction · 0.50
test_gmtimeFunction · 0.50
update_tmMethod · 0.50
operator+Function · 0.50
update_tmMethod · 0.50
operator+Function · 0.50

Calls

no outgoing calls

Tested by 1

test_gmtimeFunction · 0.40