<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/malloc.c">
<Name>efree</Name>
<Class>Utilities/Memory
<Purpose>
<P>Returns the memory used by an object to the system, using the
system-provided free function.</P>
<P>A future release of lq-text will have an improved memory allocation
interface.</P>
<Errors>
A warning (E_WARN) is produced a NULL pointer is passed as an argument.
</Function>
<Decl>
void
efree(String)
    char *String;
</Decl>
</Entry>
