Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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

 #include <prtime.h>
 
 #define PR_NSEC_PER_MSEC 1000000UL

Document Tags and Contributors

 Contributors to this page: teoli, Sheppy
 Last updated by: teoli,