/
dirt31/
dirt31/bin/
char *Exits[] = {"North", "East",
	         "South", "West",
		 "Up",    "Down",
	          TABLE_END
	        };

char *exits[] = {"north", "east",
	         "south", "west",
		 "up",    "down",
	          TABLE_END
	        };