blob: ac8f82bd53ea709c85d90f71fe684088b0c27ea9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|