void assert(int expression);. The argument expression can be anything you want to test--a variable or any C expression. If expression evaluates to TRUE, assert ...
確定! 回上一頁