1 2 3 4 5 6 7 8
#ifndef MISC_HH #define MISC_HH #include "mtime.hh" int intlog2(int d); Real duration_to_idealspace(Mtime d); class String; const char *get_version(); #endif