view libcruft/misc/xstopx.f @ 981:73cc20a6976b

[project @ 1994-12-14 03:46:24 by jwe] Initial revision
author jwe
date Wed, 14 Dec 1994 03:48:48 +0000
parents
children a5c3ae990127
line wrap: on
line source

      subroutine xstopx (string)
      character *(*) string
      integer slen
      slen = len (string)
      if (slen .eq. 0) goto 9999
      if (slen .eq. 1 .and. string(1:1) .eq. ' ') goto 9999
      write (*, *) string
 9999 call dostop ()
      end