7aae14e9b8
for now, there is much left to change and do.
8 lines
113 B
C
8 lines
113 B
C
#include "obcl.h"
|
|
|
|
int main()
|
|
{
|
|
GList *lst = cl_parse("foo.conf");
|
|
cl_print_tree(lst,0);
|
|
return 0;
|
|
}
|