blob: ce3baece1ffbce7f793c799fd34aba6668dc27d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <syserr.h>
include "fxf.h"
# FXF_NULL -- Null driver entry point.
procedure fxf_null()
errchk syserr, syserrs
begin
call syserr (SYS_FXFFKNULL)
end
|