next up previous contents
Next: Protocol stopping and restarting Up: Available routines in the Previous: Debug and user interface   Contents

List handling

NAME
: init_list, insert_list, delete_list, empty_list, in_list -- List Hanling

SYNTAX
:

      init_list( LIST l )

      insert_list( int e, LIST l )

      delete_list( int e, LIST l )

      int empty_list( LIST l )

      int in_list( int e, LIST l )
DESCRIPTION
:

DIAGNOSTICS
If $e > MAXMEMBERS$ an error message is printed and the execution is aborted. In delete_list if e is not a member of l a warning message is printed both to debug file and on the display.

RESTRICTIONS
These routines can create and handle a list of up to MAXMEMBERS integers. The minimum space of a bit is used per each member.

SEE ALSO List.h.


next up previous contents
Next: Protocol stopping and restarting Up: Available routines in the Previous: Debug and user interface   Contents
Ha Hoai Phuong
2002-11-11