]> Dogcows Code - chaz/openbox/blob - obcl/main.c
5fb83967ebc85e4e6eac4d1a133267c14558a6b7
[chaz/openbox] / obcl / main.c
1 #include "obcl.h"
2
3 int main()
4 {
5 GList *lst = cl_parse("foo.conf");
6 cl_print_tree(lst,0);
7 return 0;
8 }
This page took 0.036011 seconds and 4 git commands to generate.