home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume20 / rc / part04 / tree.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-22  |  132 b   |  4 lines

  1. extern Node *newnode(int /*enum nodetype*/ t,...);
  2. extern Node *treecpy(Node *s, void *(*)(SIZE_T));
  3. extern void treefree(Node *s);
  4.