mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
We basically cast a struct timespec pointer to a time_t pointer when we pass the clock_settime() paramter to localtime(). Explicitly express that in the source code.