Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
ugovaretto / win-gettimeofday.c
Last active November 25, 2025 16:13
gettimeofday implementaiton for windows
/*
* Author: Ugo Varetto - ugovaretto@gmail.com
* This code is distributed under the terms of the Apache Software License version 2.0
* https://opensource.org/licenses/Apache-2.0
*/
#include < time.h >
#include < windows.h >
#if defined(_MSC_VER) || defined(_MSC_EXTENSIONS)