mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 20:05:38 +00:00
8 lines
135 B
C
8 lines
135 B
C
#pragma once
|
|
|
|
#include <stddef.h> // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "base64.h.generated.h"
|
|
#endif
|