mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
13 lines
240 B
C
13 lines
240 B
C
#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
|