pr_usec_per_msec.rst (290B)
1 PR_USEC_PER_MSEC 2 ================ 3 4 A convenience macro to improve code readability as well as to avoid 5 mistakes in counting the number of zeros; represents the number of 6 microseconds in a millisecond. 7 8 9 Syntax 10 ------ 11 12 .. code:: 13 14 #include <prtime.h> 15 16 #define PR_USEC_PER_MSEC 1000UL