aboutsummaryrefslogtreecommitdiff
path: root/read.h
blob: c01d4e62f8a869d0665165453852f5b69aeb8b48 (plain)
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