#ifndef TNODE_H_ #define TNODE_H_ struct tnode {}; struct tnode *addtree(struct tnode *, char *); void treeprint(struct tnode *); #endif /*TNODE_H_*/