cl_build
int cl_build(struct cl_node *root);
if((ret = cl_build(root))) printf("cl_build() error: %s\n", cl_strerror(ret));