Runtime Configuration Library Sources

Download Version 2.1.0
Latest Release rc.h include file

The Runtime Configuration (RC) library is used to read in configuration options from a disk file into C variables. It allows files with comments, blank lines, etc. with name = value lines. The names are matched against a variable definition array and then the values are translated into the proper machine representation for the variable type and assigned to an associated address.

See the rc_t.c file for sample usage and the rc.h header file for the function prototypes and comments. My apologies for the minimal documentation.

More 256 Sources
Gray Watson Land