/*
 * tree.c
 *
 * Copyright (C) 1990 Rob Mayoff.
 */

#include <stdio.h>
#include "tree.h"

node_t	*tree[21];

int main(int argc, char **argv)
{
  int fd;
  return(0);
}
