C Container Collection (CCC)
Loading...
Searching...
No Matches
configuration.h
Go to the documentation of this file.
1
59#ifndef CCC_HOSTED_VS_FREESTANDING_CONFIGURATION_H
60#define CCC_HOSTED_VS_FREESTANDING_CONFIGURATION_H
61
62#ifdef CCC_USER_CONFIGURATION_HEADER
63# include CCC_USER_CONFIGURATION_HEADER /* IWYU pragma: export */
64#else
65# include <assert.h> /* IWYU pragma: export */
66# include <string.h> /* IWYU pragma: export */
67#endif
68
69#endif /* CCC_HOSTED_VS_FREESTANDING_CONFIGURATION_H */