blob: 3f0f0c8d6afe4b79cc779f61189958bbe7f2b946 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_STRINGS_H
#define NVIM_STRINGS_H
#include <stdbool.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "strings.h.generated.h"
#endif
#endif // NVIM_STRINGS_H
|