GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-11-0
Constituent: pbs     Tag: rad750
#include "PBS/L_protos.h"
#include "PBS/RW_protos.h"
#include "PBS/LI.h"
Include dependency graph for LI.c:

Functions | |
| int | LI_init (LI_head *list, LI_type type) |
| Initializes the list head of a singly linked list to an empty list. | |
| int | LI_destroy (LI_head *list) |
| Destroys the data structures associate with a list. | |
CVS $Id: LI.c,v 1.3 2004/10/20 14:36:53 russell Exp $
This file simple picks up the correct implementation for the various platforms, redefining the inline versions to be traditional callable routines.
|
|
Destroys the data structures associate with a list.
|
|
||||||||||||
|
Initializes the list head of a singly linked list to an empty list.
|
1.4.4