cfg_create()

Create a configuration item.

Synopsis:

#include <asr/cfg.h>
 
cfg_item_t* cfg_create(const char *name)

Arguments:

name

The name to assign to the new configuration item.

Library:

libasr

Description:

The cfg_create() function creates a configuration item with the specified name.

Returns:

A pointer to the new configuration item.