Man Page: firestring_conf_find
Operating Environment: debian
Section: 3
firestring_conf_find(3) Library Functions Manual firestring_conf_find(3)NAMEfirestring_conf_find - retrieve a value from a configuration structureSYNOPSIS#include <firestring.h> -lfirestring const char *firestring_conf_find(struct firestring_conf_t *config, const char *var)DESCRIPTIONfirestring_conf_find() retrieves the value of the variable var from the configuration structure config. If there is more than one variable with the name var, firestring_conf_find() returns the one with precedence (the last one added).RETURN VALUEReturns a const char * to the value of the variable, or NULL if there is no variable by the name var.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2002-03-31 firestring_conf_find(3)
| Related Man Pages |
|---|
| firestring_estr_chug(3) - debian |
| firestring_snprintf(3) - debian |
| git-var(1) - centos |
| git-var(1) - osx |
| git-var(1) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| One instance of comparing grep and awk |
| Weird 'find' results |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |