For internal use only.
This file contains the implementation of the tc_get() function, used to look up the value of a particular configuration variable.
Definition in file tc_get.c.
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "treeconf_int.h"
Include dependency graph for tc_get.c:
Go to the source code of this file.
Functions | |
unsigned int | tc_get (treeconf_ctx_t *ctx, const char *name, const char **value, treeconf_node_t *parent) |
Get the value of a variable. |