Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
int_linked_list.h File Reference

A doubly-linked list of integers. More...

#include "grassroots_util_library.h"
#include "linked_list.h"
#include "memory_allocations.h"
#include "typedefs.h"
Include dependency graph for int_linked_list.h:

Go to the source code of this file.

Data Structures

struct  IntListNode
 A ListNode for LinkedLists that also stores an integer value. More...
 

Detailed Description

A doubly-linked list of integers.