msec->usec -- Convert MSEC milliseconds into an equivalent number of microseconds.
Synopsis
(msec->usec msec)
Description
Convert MSEC milliseconds into an equivalent number of microseconds.
Especially useful for usleep and other timing related procedures
that take microseconds.