#include <windows.h>
#include <mmsystem.h>

long clock1000()
{
return timeGetTime();
}

