neat_init_ctx

Summary.

Syntax

struct neat_ctx *neat_init_ctx();

Parameters

None.

Return values

  • Returns a pointer to a newly allocated and initialized NEAT context.
  • Returns NULL if a context could not be allocated.

Remarks

None.

Examples

None.