このページを編集する際は、編集に関する方針に従ってください。
#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.
更新日 | 更新者 | 更新内容 |
2006/9/13 | testnoda | コメントを備考に移動 |