|
|
|
|
|
||
#include <xcontract/xcontract.h> int function(int argc, char** argv) ( if(0 == argc) { XCONTRACT_ENFORCE_UNEXPECTED_CONDITION("this should never happen"); } return 0; )
|
|
|
| xContract Library documentation © Matthew Wilson and Synesis Software Pty Ltd, 2001-2008 |
|