neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

time.h (205B)


      1 #pragma once
      2 
      3 #include <stdbool.h>
      4 #include <stddef.h>  // IWYU pragma: keep
      5 #include <time.h>  // IWYU pragma: keep
      6 
      7 #include "nvim/os/time_defs.h"  // IWYU pragma: keep
      8 
      9 #include "os/time.h.generated.h"