cfg_get_explicit_value()

Get the value of the specified item.

Synopsis:

#include <asr/cfg.h>
 
char* cfg_get_explicit_value(const cfg_item_t *item)

Arguments:

item

A pointer to the configuration item.

Library:

libasr

Description:

The cfg_get_explicit_value() function returns the value of the specified configuration item.

Returns:

The value string of the specified item, or NULL if item is NULL. If there is no value a pointer to a string terminator ('\0') is returned.