diff options
Diffstat (limited to 'sys/gio/gscan.x')
-rw-r--r-- | sys/gio/gscan.x | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/gio/gscan.x b/sys/gio/gscan.x new file mode 100644 index 00000000..ac8f82bd --- /dev/null +++ b/sys/gio/gscan.x @@ -0,0 +1,11 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +# GSCAN -- Scan commands from a string or a file. + +procedure gscan (gp, command) + +pointer gp # graphics descriptor +char command[ARB] # command to be scanned + +begin +end |