list.c File Reference

Support routines for linked lists. More...

#include "common.h"
#include <stdio.h>
#include "machine.h"
#include "bu.h"
#include <assert.h>

Include dependency graph for list.c:

Go to the source code of this file.

Functions

bu_listbu_list_new ()
bu_listbu_list_pop (struct bu_list *hp)
int bu_list_len (register const struct bu_list *hd)
void bu_list_reverse (register struct bu_list *hd)
void bu_list_free (struct bu_list *hd)
void bu_list_parallel_append (struct bu_list *headp, struct bu_list *itemp)
bu_listbu_list_parallel_dequeue (struct bu_list *headp)
void bu_ck_list (const struct bu_list *hd, const char *str)
void bu_ck_list_magic (const struct bu_list *hd, const char *str, const long int magic)
bu_listbu_list_dequeue_next (struct bu_list *hp, struct bu_list *p)


Detailed Description

Support routines for linked lists.

Generic bu_list routines.

Author:
Michael John Muuss

Lee A. Butler

Source -

The U. S. Army Research Laboratory
Aberdeen Proving Ground, Maryland 21005-5068 USA

Definition in file list.c.


Generated on Mon Sep 18 01:25:03 2006 for BRL-CAD by  doxygen 1.4.6