dmuck0.15-beta/docs/muf/
dmuck0.15-beta/game/
dmuck0.15-beta/game/logs/
dmuck0.15-beta/game/muf/
dmuck0.15-beta/game/muf/text/
#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

#define TRUE  1
#define FALSE 0