LMMS
Loading...
Searching...
No Matches
std.h
Go to the documentation of this file.
1#pragma once
2
3#include "macros.h"
4
5#ifdef CLAP_HAS_CXX11
6# include <cstdint>
7#else
8# include <stdint.h>
9#endif
10
11#ifdef __cplusplus
12# include <cstddef>
13#else
14# include <stddef.h>
15# include <stdbool.h>
16#endif