1 2 3 4 5 6 7 8 9
#include "obcl.h" int main() { GList *lst = cl_parse("foo.conf"); cl_tree_print(lst,0); cl_tree_free(lst); return 0; }