1 2 3 4 5 6 7 8 9
#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