2014-09-24 14:54:15 +03:00

9 lines
189 B
C++

// http://www.apache.org/licenses/LICENSE-2.0
// Copyright 2014 Perttu Ahola <celeron55@gmail.com>
#pragma once
#include <cstdint>
int64_t get_timeofday_us();
// vim: set noet ts=4 sw=4: