# Super Lightweight config parser function --- ## Usage --- pointer=**read_cfg**(*file*) where *file* is a string of a filepath. Will return a pointer to a struct defined in read_cfg.h This pointer should be freed once you are done setting your options. Will return 0 if file could not be found.