aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibf/mktabl.f
blob: 9c3e7908b99d3b7a01c976c6fbc2232adb729b72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
integer function mktabl (nodsiz)
      integer nodsiz
      integer mem( 1)
      common/cdsmem/mem
      integer st
      integer dsget
      integer i
      st = dsget (43 + 1)
      mem (st) = nodsiz
      mktabl = st
      do 23000 i = 1, 43
      st = st + 1
      mem (st) = 0
23000 continue
23001 continue
      return
      end