#ifndef __READ_H__ #define __READ_H__ #include "strbst.h" #include "nodelink.h" node* readfile(char* name); // returns a root node with all as children #endif