#ifndef _NTRTL_H // // Time conversion macros (ordered by unit) // // Nanoseconds #define RTL_SEC_TO_NANOSEC(s) ((s) * RTL_NANOSEC_PER_SEC) #endif View code on GitHub
No description available.