MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / _date_min_to_seconds

Function _date_min_to_seconds

src/common.c:339–342  ·  view source on GitHub ↗

@ @ requires 0 <= m <= 0x3f; @ terminates \true; @ ensures 0 <= \result <= 0x3f * SECS_PER_MIN; @ assigns \nothing; @*/

Source from the content-addressed store, hash-verified

337 @ assigns \nothing;
338 @*/
339static unsigned long int _date_min_to_seconds(const unsigned long int m)
340{
341 return m * SECS_PER_MIN;
342}
343
344/*@
345 @ requires 0 <= h <= 0x3f;

Callers 1

date_dos2unixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected