Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 292 B image not shown  

Quelle  pr_nsec_per_msec.rst   Sprache: unbekannt

 
PR_NSEC_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
nanoseconds in a millisecond.


Syntax
------

.. code::

    #include <prtime.h>

    #define PR_NSEC_PER_MSEC 1000000UL

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]