fbmuck-6.05/auto/
fbmuck-6.05/contrib/jresolver/
fbmuck-6.05/contrib/jresolver/org/
fbmuck-6.05/contrib/jresolver/org/fuzzball/
fbmuck-6.05/docs/devel/
fbmuck-6.05/game/
fbmuck-6.05/game/logs/
fbmuck-6.05/game/muf/
fbmuck-6.05/scripts/
fbmuck-6.05/src_docs/
/*
#ifndef BSD43
# include <string.h>
#else
# ifdef __GNUC__
extern char *strchr(), *strrchr();
# else
#  include <strings.h>
#  ifndef __STDC__
#   define strchr(x,y) index((x),(y))
#   define strrchr(x,y) rindex((x),(y))
#  endif
# endif
#endif
*/