blob: 302e4e667896d614f829550123c88a57b6247c7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_OS_DL_H
#define NVIM_OS_DL_H
#include <stdbool.h>
#include <stdint.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/dl.h.generated.h"
#endif
#endif // NVIM_OS_DL_H
|