MCPcopy Create free account
hub / github.com/F-Stack/f-stack / in_lts

Function in_lts

tools/libutil/login_times.c:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157int
158in_lts(const login_time_t *ltm, time_t *t)
159{
160
161 return (in_ltms(ltm, localtime(t), t));
162}

Callers

nothing calls this directly

Calls 1

in_ltmsFunction · 0.85

Tested by

no test coverage detected