blob: 2162fd9ba2733417a0415dd9102d3c3787fa34b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_BASE64_H
#define NVIM_BASE64_H
#include <stddef.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "base64.h.generated.h"
#endif
#endif // NVIM_BASE64_H
|