1
0
Fork 0
firefox/docs/nspr/reference/pr_nsec_per_sec.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
288 B
ReStructuredText

PR_NSEC_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
nanoseconds in a second.
Syntax
------
.. code::
#include <prtime.h>
#define PR_NSEC_PER_SEC 1000000000UL