Revision 69b0f9dca8eb051f132725ecc679fe1997246e50 authored by Adrian Baddeley on 18 January 2006, 21:47:25 UTC, committed by cran-robot on 18 January 2006, 21:47:25 UTC
1 parent cb2215f
Raw File
fexitf.f
C Output from Public domain Ratfor, version 1.0
      subroutine fexit(msg)
      character*(*) msg
      nc = len(msg)
      call fexitc(msg, nc)
      end
back to top