summaryrefslogtreecommitdiff
path: root/misc.hh
blob: fb8889f55193300f66ce85d32273ebad2bdd3591 (about) (plain)
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