]> icculus.org git repositories - mikachu/openbox.git/blob - obcl/main.c
init commit, tree processing code bummy
[mikachu/openbox.git] / obcl / main.c
1 #include "obcl.h"
2
3 int main()
4 {
5     GList *lst = cl_parse("foo.conf");
6     cl_tree_print(lst,0);
7     cl_tree_free(lst);
8     return 0;
9 }