Neovim Home
src
nvim
os
dl.h
Go to the documentation of this file.
1
#ifndef NVIM_OS_DL_H
2
#define NVIM_OS_DL_H
3
4
#include <stdbool.h>
5
#include <stdint.h>
6
7
#ifdef INCLUDE_GENERATED_DECLARATIONS
8
# include "os/dl.h.generated.h"
9
#endif
10
#endif // NVIM_OS_DL_H