monotonic.c 231 B

1234567891011
  1. /*
  2. * monotonic.c
  3. * Copyright (C) 2019 Kovid Goyal <kovid at kovidgoyal.net>
  4. *
  5. * Distributed under terms of the GPL3 license.
  6. */
  7. #define _POSIX_C_SOURCE 200809L
  8. #define MONOTONIC_IMPLEMENTATION
  9. #include "../kitty/monotonic.h"