Str View
Loading...
Searching...
No Matches
configuration.h
Go to the documentation of this file.
1
33#ifndef SV_HOSTED_VS_FREESTANDING_CONFIGURATION_H
34#define SV_HOSTED_VS_FREESTANDING_CONFIGURATION_H
35
36#ifdef SV_USER_CONFIGURATION_HEADER
37# include SV_USER_CONFIGURATION_HEADER /* IWYU pragma: export */
38#else
39# include <string.h> /* IWYU pragma: export */
40#endif
41
42#endif /* SV_HOSTED_VS_FREESTANDING_CONFIGURATION_H */