fune/docs/nspr/reference/pr_usec_per_sec.rst

16 lines
286 B
ReStructuredText

PR_USEC_PER_SEC
===============
A convenience macro to improve code readability as well as to avoid
mistakes in counting the number of zeros; represents the number of
microseconds in a second.
Syntax
------
.. code::
#include <prtime.h>
#define PR_USEC_PER_SEC 1000000UL