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

typedef unsigned short	node_t[26];

extern
node_t	*tree[21];
