<!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_NameRefValueToString</Name>
<Class>Utilities/Name Space
<Purpose>
Converts the value pointed to by the variable associated
with the given Name Reference into a string.
<Returns>
a dynamically allocated string, which the caller must free.
<SeeAlso>
LQU_SetNameTypeAndVariable
LQU_GetNameFromNameRef
LQU_GetVariableFromNameRef
</Function>
<Decl>
API char *
LQU_NameRefValueToString(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
