Files
kitty-mirror/kitty/monotonic.c
Kovid Goyal 7bf0afa621 Fix #2187
2019-12-08 22:37:47 +05:30

11 lines
222 B
C

/*
* monotonic.c
* Copyright (C) 2019 Kovid Goyal <kovid at kovidgoyal.net>
*
* Distributed under terms of the GPL3 license.
*/
#define _POSIX_C_SOURCE 200809L
#define MONOTONIC_IMPLEMENTATION
#include "monotonic.h"