pr_usec_per_sec.rst (286B)
1 PR_USEC_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 microseconds in a second. 7 8 9 Syntax 10 ------ 11 12 .. code:: 13 14 #include <prtime.h> 15 16 #define PR_USEC_PER_SEC 1000000UL