このページを編集する際は、編集に関する方針に従ってください。

概要

* 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 */

呼出元

履歴

コメント



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS