aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/rpprat/outtab.r
blob: 94f38c69ebd78fed5f7173712351baa6857c0b25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#-h-  outtab			  140  local   12/01/80  15:54:32
# outtab - get past column 6
   include  defs

   subroutine outtab

   include COMMON_BLOCKS

   while (outp < col)
      call outch (BLANK)
   return
   end