cfg_get_num()

Get the integer value of the specified configuration item.

Synopsis:

#include <asr/cfg.h>
 
long long cfg_get_num(const cfg_item_t *item)

Arguments:

item

A pointer to the configuration item.

Library:

libasr

Description:

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

Returns:

The value of the specified configuration item, converted to an integer.