win32ports / sys_time_h

header-only Windows implementation of the <sys/time.h> header

Home Page:https://github.com/win32ports/sys_time_h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

header-only Windows implementation of the <sys/time.h> header.

tested on the following compilers:

  • Visual Studio
  • Clang for Windows (clang-cl)
  • GCC (MinGW)

defines the following structures:

  • timeval

implements the following functions:

  • gettimeofday

About

header-only Windows implementation of the <sys/time.h> header

https://github.com/win32ports/sys_time_h

License:MIT License


Languages

Language:C 67.2%Language:Python 26.2%Language:CMake 6.7%