getostype 46 environ.hpp char * getostype(void); getostype 50 hello.cpp printf("version.getostype() is %s\n",version.getostype()); getostype 472 makemake.cpp fprintf(mfp,"OSTYPE = %s\n",version.getostype()); getostype 47 versbind.hpp char * getostype(void); getostype 71 versbind.hpp strcpy(m_szOstype, env->getostype());