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

Function mktime00

inst/include/Rcpp/routines.h:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130 inline attribute_hidden double mktime00(struct tm &tm){
131 typedef double (*Fun)(struct tm&);
132 static Fun fun = GET_CALLABLE("mktime00");
133 return fun(tm);
134 }
135
136 inline attribute_hidden struct tm * gmtime_(const time_t * const x){
137 typedef struct tm* (*Fun)(const time_t* const);

Callers 3

gmtime_mktimeFunction · 0.50
test_mktimeFunction · 0.50
DateMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_mktimeFunction · 0.40