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

Function getqzname

src/date.cpp:512–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510 }
511
512 static const char * getqzname(const char *strp, const int delim) {
513 int c;
514
515 while ((c = *strp) != '\0' && c != delim)
516 ++strp;
517 return strp;
518 }
519
520 static const char * getoffset(const char *strp, int_fast32_t *const offsetp) {
521 int neg = 0;

Callers 1

tzparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected