getconf 0.1

getconf is een C programma dat NAME = value paren kunnen ophalen uit een configuratiebestand.Voorbeeld:#include #include #include #include "getconf.h"int main (int argc, char * argv []){  struct config c;  char * vars [MAX_LINES];  char * vals...