diff options
Diffstat (limited to 'pkg/tbtables/fitsio/fitssppb/fsarch.x')
-rw-r--r-- | pkg/tbtables/fitsio/fitssppb/fsarch.x | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/tbtables/fitsio/fitssppb/fsarch.x b/pkg/tbtables/fitsio/fitssppb/fsarch.x new file mode 100644 index 00000000..f5fe6c60 --- /dev/null +++ b/pkg/tbtables/fitsio/fitssppb/fsarch.x @@ -0,0 +1,9 @@ +include "fitsio.h" + +procedure fsarch(machid) + +int machid # machine ID code + +begin +call ftarch(machid) +end |