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