Configuration file parser generator
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
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.
Defines input file name.
Defines output C-file name.
Defines output H-file name.
Defines suffix for C-functions/structures.
Defines output config file