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

Function ff_get_current_time

lib/ff_host_interface.c:193–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void
194ff_get_current_time(time_t *sec, long *nsec)
195{
196 if (sec) {
197 *sec = current_ts.tv_sec;
198 }
199
200 if (nsec) {
201 *nsec = current_ts.tv_nsec;
202 }
203}
204
205void
206ff_update_current_ts()

Callers 2

main_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected