libtemplate documentation

tpl_getvar

const char *tpl_getvar(t_template *,const char *);

Paramters:

Return Values:

Returns the variable value on success and NULL if the variable was not found.

Description:

This function gets the value of a template variable. If the template variable was not found it returns NULL. You are not allowed to change the returned pointer.


Christian Kruse
Last modified: Wed Oct 9 15:11:31 CEST 2002