@ @ requires 0 <= h <= 0x3f; @ terminates \true; @ ensures 0 <= \result <= 0x3f * SECS_PER_HOUR; @ assigns \nothing; @*/
| 348 | @ assigns \nothing; |
| 349 | @*/ |
| 350 | static unsigned long int _date_hours_to_seconds(const unsigned long int h) |
| 351 | { |
| 352 | return h * SECS_PER_HOUR; |
| 353 | } |
| 354 | |
| 355 | /*@ |
| 356 | @ requires -14*3600 <= secwest <= 12*3600; |