ajassert.c
The assert() macro inserts diagnostics into programs.
Synopsis
Prototype
void assert (
ajint e
);
Type | Name | Read/Write | Description |
ajint | e | Input | test for assertion. |
void | | RETURN | |
Input
e: | (Input) | test for assertion. |
Returns
Description
The assert() macro inserts diagnostics into programs.
See Also
See other functions in this section
Availability
In release 6.4.0