/*** MODULE list_manager IDENT X1.0 ***/ #define list_k_min_list_type 1 #define list_k_type_basic 1 #define list_k_type_stack 2 #define list_k_type_queue 3 #define list_k_type_hash 4 #define list_k_type_btree 5 #define ana$k_max_list_type 5 #define list_s_success 1 #define list_s_nomore 0 #define list_k_forwards 1 #define list_k_backwards 2