blob: 28b5b775d25e65644a5d6e324e7bed9506549792 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NVIM_MISC2_H
#define NVIM_MISC2_H
#include "nvim/os/shell.h"
#define READ_STRING(x, y) (char_u *)read_string((x), (size_t)(y))
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "misc2.h.generated.h"
#endif
#endif // NVIM_MISC2_H
|