aboutsummaryrefslogtreecommitdiff
path: root/pkg/tbtables/fitsio/fitssppb/fsirow.x
blob: 7d735c2c5ec2517e5ad3d936ad1a92e0ec3f2c49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include "fitsio.h"

procedure fsirow(ounit,frow,nrows,status)

# insert rows in a table

int     ounit           # i output file pointer
int     frow            # insert rows after this row
int     nrows           # number of rows
int     status          # o error status

begin

call ftirow(ounit,frow,nrows,status)
end