mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
11 lines
194 B
C
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
|