mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
14 lines
249 B
C
14 lines
249 B
C
#ifndef NVIM_STRINGS_H
|
|
#define NVIM_STRINGS_H
|
|
|
|
#include <stdbool.h>
|
|
#include <stdarg.h>
|
|
|
|
#include "nvim/types.h"
|
|
#include "nvim/eval/typval.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "strings.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_STRINGS_H
|