SYNOPSIS

    confetti -i example.cfgtmpl -n my_product -f my_product.cfg
    confetti -i example.cfgtmpl -n my_product -h my_product_cfg.h
    confetti -i example.cfgtmpl -H prscfg.h

DESCRIPTION

The utility generates C-code by config template. The code parses Your application config file and creates C-structures that can be used by Your program.

OPTIONS

-i \s-1INPUTFILE\s0

Defines input file name.

-c \s-1COUTFILE\s0

Defines output C-file name.

-h \s-1HOUTFILE\s0

Defines output H-file name.

-n \s-1NAME\s0

Defines suffix for C-functions/structures.

-f \s-1CFGOUTFILE\s0

Defines output config file