projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added line numbers to nodes
[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
}