ids_length - The number of SDS's in an IDS
SYNOPSIS
int ids_length(IDS *ids);
DESCRIPTION
Gives the number of SDS's currently contained in the IDS.
KEYWORDS
None
RETURN VALUES
The number of SDSs in the list.
EXAMPLES
IDS *myids;
int count;
...
count = ids_length(myids);
SEE ALSO
None
None
None
None
REFERENCES
None
VERSION
1994-02-24 Lup Ng SOI Version 0.8