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

Function _long_to_time

tools/compat/time32.c:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76time_t
77_long_to_time(long tlong)
78{
79 if (sizeof(long) == sizeof(__int32_t))
80 return(_time32_to_time(tlong));
81 return((time_t)tlong);
82}
83
84/*
85 * Convert to/from 'int'. Depending on the sizeof(int) this may or

Callers 1

show_static_ruleFunction · 0.85

Calls 1

_time32_to_timeFunction · 0.85

Tested by

no test coverage detected