mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00

Though this module is relatively small it has very clear boundaries. The last argument for extracting `tempfile` was the errors which I got when I was writing unittests for it: `cimport './src/nvim/fileio.h'` does not work for some reason.
9 lines
157 B
C
9 lines
157 B
C
#ifndef NVIM_TEMPFILE_H
|
|
#define NVIM_TEMPFILE_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "tempfile.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_TEMPFILE_H
|