]> Dogcows Code - chaz/openbox/blob - obcl/main.c
beginning of obcl. the parser works with semicolons after statements
[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.035242 seconds and 5 git commands to generate.