lq-text: efree

void efree(String) char *String;

Purpose

Returns the memory used by an object to the system, using the system-provided free function.

A future release of lq-text will have an improved memory allocation interface.

Errors

A warning (E_WARN) is produced a NULL pointer is passed as an argument.