blob: f536d7ab1cdcc858cea5a7b04b0c767caccb8db0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
# include "ccp.h"
# CCP_CLOSEWS -- Close the named workstation.
# If the plot were terminated (plot (0, 0, 999)) APPEND mode would not work.
procedure ccp_closews (devname, n)
short devname[ARB] # device name (not used)
int n # length of device name
# include "ccp.com"
begin
# noop
return
end
|