IDS_LENGTH(3)



NAME

     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





WARNINGS

     None



FILES


BUGS

     None



RESTRICTIONS

     None



PLANNED IMPROVEMENTS

     None



     REFERENCES

     None



     VERSION

     1994-02-24     Lup Ng    SOI Version 0.8