1 2 3 4 5 6 7 8 9
#ifndef NVIM_MOVE_H #define NVIM_MOVE_H #include <stdbool.h> #ifdef INCLUDE_GENERATED_DECLARATIONS # include "move.h.generated.h" #endif #endif // NVIM_MOVE_H