blob: a09b3770990ed823497291b5ccba3e27180f1f58 (
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_LLEN -- Return the length of an encoded line list.
int procedure pl_llen (ll)
short ll[ARB] #I encoded line list
begin
return (LL_LEN(ll))
end
|