aboutsummaryrefslogtreecommitdiff
path: root/sys/plio/plemptyline.x
blob: 4d4612cd9e694a8b05dc51030f5baf1710d4e049 (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	<plio.h>


# PL_EMPTYLINE -- Return a pointer to the empty line for a mask.

pointer procedure pl_emptyline (pl)

pointer	pl			#I mask descriptor

begin
	return (Ref (pl, PL_EMPTYLINE))
end