cpucycles.h 193 B

123456789101112
  1. /*
  2. * File: dclxvi-20130329/cpucycles.h
  3. * Author: Ruben Niederhagen, Peter Schwabe
  4. * Public Domain
  5. */
  6. #ifndef CPUCYCLES_H
  7. #define CPUCYCLES_H
  8. unsigned long long int cpucycles();
  9. #endif