pr_msec_per_sec.rst (283B)
1 PR_MSEC_PER_SEC 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 milliseconds in a second. 7 8 9 Syntax 10 ------ 11 12 .. code:: 13 14 #include <prtime.h> 15 16 #define PR_MSEC_PER_SEC 1000UL