1
0
Fork 0
firefox/docs/nspr/reference/pr_usec_per_msec.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
290 B
ReStructuredText

PR_USEC_PER_MSEC
================
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 millisecond.
Syntax
------
.. code::
#include <prtime.h>
#define PR_USEC_PER_MSEC 1000UL