Return the UNIX time in milliseconds */
| 1578 | |
| 1579 | /* Return the UNIX time in milliseconds */ |
| 1580 | static long long mstime(void) { return ustime() / 1000; } |
| 1581 | |
| 1582 | /* Iterate over an entire quicklist. |
| 1583 | * Print the list if 'print' == 1. |
no test coverage detected