NAME
insert_into_queue - Inserts an element at the front of the queue.
SYNOPSIS
#include "l/l_queue.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
int insert_into_queue
(
Queue_element **head_ptr_ptr,
Queue_element **tail_ptr_ptr,
void *contents_ptr
);
DESCRIPTION
Inserts an element at the front of the queue.
DISCLAIMER
This software is not adequatedly tested. It is recomended that
results are checked independantly where appropriate.
AUTHOR
Kobus Barnard
DOCUMENTOR
Kobus Barnard
SEE ALSO
free_queue
,
free_queue_element
,
alloc_insert_into_queue
,
alloc_insert_at_end_of_queue
,
insert_at_end_of_queue
,
insert_into_ordered_queue
,
remove_first_element
,
remove_last_element
,
search_queue
,
remove_first_selected_element
,
remove_elements_less_than_key
,
apply_to_queue
,
apply_and_free
,
count_queue_elements
,
print_str_queue
,
print_queue