neuro/misc: Implement the new module parseConf.
commitd98bb8791b545aa5163934f9007f77b65909e3ab
authorNicholas Niro <nik_89@xroutine.net>
Sat, 2 May 2015 05:00:55 +0000 (2 01:00 -0400)
committerNicholas Niro <nik_89@xroutine.net>
Sat, 2 May 2015 05:00:55 +0000 (2 01:00 -0400)
tree9feb24567225b3de24f2c27d4fc2970f33a95c4b
parent1c25134b6e4cd8cdda8255d7ee74274d3cb59f4c
neuro/misc: Implement the new module parseConf.

This module enables the parsing of a certain (simple) configuration file
format.
include/libneuro.sym
include/neuro/Makefile.am
include/neuro/NEURO.h
include/neuro/parseConf.h [new file with mode: 0644]
src/misc/Makefile.am
src/misc/parseConf.c [new file with mode: 0644]