Files
neovim/src/nvim/os/time.h
2014-06-02 11:04:18 -03:00

11 lines
194 B
C

#ifndef NVIM_OS_TIME_H
#define NVIM_OS_TIME_H
#include <stdint.h>
#include <stdbool.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"
#endif
#endif // NVIM_OS_TIME_H