nanoseconds.h 89 B

123456
  1. #ifndef NANOSECONDS_H
  2. #define NANOSECONDS_H
  3. extern long long nanoseconds(void);
  4. #endif