Files
neovim/src/nvim/strings.h
2017-02-20 11:54:58 -05:00

15 lines
267 B
C

#ifndef NVIM_STRINGS_H
#define NVIM_STRINGS_H
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include "nvim/types.h"
#include "nvim/eval_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "strings.h.generated.h"
#endif
#endif // NVIM_STRINGS_H