00001 subroutine xslamch (cmach, retval) 00002 character cmach 00003 real retval, slamch 00004 retval = slamch (cmach) 00005 return 00006 end