File: teststrseq.std

package info (click to toggle)
ratfor 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: ansic: 3,622; sh: 1,248; makefile: 147
file content (4 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
      integer one(4)
      integer two(4)
      data one(1),one(2),one(3),one(4)/111,110,101,-2/
      data two(1),two(2),two(3),two(4)/116,119,111,-2/