Jump to content

somExceptionFree

From EDM2
Revision as of 04:25, 6 May 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function frees the memory held by the exception structure within an Environment structure.

Syntax

Environment     *env;
somExceptionFree(env);

Parameters

env (Environment *)
A pointer to the Environment whose exception information is to be freed.

Return Code

Remarks

This function frees the memory held by the exception structure within an Environment structure.

Example Code

See function somSetException.

Related

Data Structures
  • Environment (somcorba.h)
Functions