このページを編集する際は、編集に関する方針に従ってください。
#ifndef USE_ASSERT_CHECKING #define AssertArg(condition) #else #define AssertArg(condition) \ Trap(!(condition), "BadArgument")
#endif /* USE_ASSERT_CHECKING */