mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 19:34:36 +03:00
11 lines
231 B
C
11 lines
231 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 "../kitty/monotonic.h"
|