<!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_SetNameValue</Name>
<Class>Utilities/Name Space
<Purpose>
Sets the value of the variable associated with the given NameRef.
<Returns>
the given NameRef.
<SeeAlso>
LQU_SetNameVariable
LQU_SetNameTypeAndVariable
</Function>
<Decl>
API t_NameRef
LQU_SetNameValue(NameRef, Value)
    t_NameRef NameRef;
    void *Value;
</Decl>
</Entry>
