]> Dogcows Code - chaz/openbox/blob - obcl/main.c
cleanups and such
[chaz/openbox] / 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 }
This page took 0.034983 seconds and 5 git commands to generate.