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