<!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_GetVariableFromNameRef</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Returns a pointer to the variable associated with a
given NameRef.</P>
<P>You have to cast the result of this function, perhaps using
LQU_GetTypeFromNameRef and a switch, since C lacks runtime type
information.</P>
<Notes>
The NameRef must be valid.
</Function>
<Decl>
API void *
LQU_GetVariableFromNameRef(NameRef)
</Decl>
</Entry>
