ajassert.c


Function assert

The assert() macro inserts diagnostics into programs.

Prototype

void assert (
      ajint e
);

TypeNameRead/WriteDescription
ajinteInputtest for assertion.
void RETURN

From EMBOSS 1.0.0