Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ _int_to_time
Function
_int_to_time
tools/compat/time32.c:96–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
time_t
97
_int_to_time(int tint)
98
{
99
if (sizeof(int) == sizeof(__int32_t))
100
return(_time32_to_time(tint));
101
return((time_t)tint);
102
}
Callers
nothing calls this directly
Calls
1
_time32_to_time
Function · 0.85
Tested by
no test coverage detected