このページを編集する際は、編集に関する方針に従ってください。
#if defined(HAVE_STRINGIZE)
#define CppAsString(identifier) #identifier
#else /* !HAVE_STRINGIZE */
#define CppAsString(identifier) "identifier"
#endif /* !HAVE_STRINGIZE */
* CppAsString * Convert the argument to a string, using the C preprocessor.