blob: 70bcf96a40a89dc40ce56b4df27dc1253e1e68f6 [file] [log] [blame]
#include "types.h"
/* add more platforms if necessary */
#ifdef UNIX
int64 millisecs()
{
static int64 Time = 0;
return ++Time; /* DO NOT TIME FOR LLVM */
}
#endif