WSJT-X/sysqqq.f90
Joe Taylor 883e93b54a Working on bandmap display ...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@347 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-01-12 21:31:16 +00:00

14 lines
173 B
Fortran

subroutine sysqqq(cmnd,iret)
#ifdef Win32
use dfport
#else
integer system
#endif
character*(*) cmnd
iret=system(cmnd)
return
end subroutine sysqqq