#ifdef COMMENT Proprietary Rand Corporation, 1981. Further distribution of this software subject to the terms of the Rand license agreement. #endif #include "../mh.h" #include char *m_getfolder() { register char *folder; m_getdefs(); if((folder = m_find(pfolder)) == NULL || *folder == 0) folder = defalt; return(folder); }