]> Dogcows Code - chaz/openbox/blob - obcl/main.c
9ae109a900337361fd9bdcfe8162275f29cb3e6b
[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.031318 seconds and 4 git commands to generate.