blob: e238fc10cf2f1823d0421f2affda473a729b5a83 (
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 <gset.h>
# GSPMI -- Set polymarker index. This function is currently
# implemented as a no-op.
procedure gspmi (index)
int index # Polymarker index. (whatever that is)
begin
;
end
|