home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fchk294s.zip / ftnchek-2.9.4 / test / t208t.f < prev    next >
Text File  |  1994-11-06  |  128b  |  6 lines

  1.       subroutine foo(d,e,f)
  2.       character*3   a, b*4, c*5
  3.       character*(*) d, e*127
  4.       character*255 f*(*), g
  5.       end
  6.