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

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

main()
{
  int fd;
}
