<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/namespace.c">
<Name>LQU_NameRefVariableAllocatedByLibrary</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Determines whether the variable associated with the given
NameRef was allocated automatically (and is anonymous), or
whether it was allocated externally and supplied to on of
the Name Space creation functions.</P>
<Notes>
The NameRef must be valid.
</Function>
<Decl>
API int
LQU_NameRefVariableAllocatedByLibrary(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
