First page Back Continue Last page Summary Graphics
Assertions - Example
Size limit:
assert( size <= LIMIT );
If size is greater than LIMIT, the program will abort and print an error message like this:
Assertion violation: file tripe.c, line 34: size <= LIMIT