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.
string_linked_list.h File Reference

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

#include <stdio.h>
#include "grassroots_util_library.h"
#include "linked_list.h"
#include "memory_allocations.h"
Include dependency graph for string_linked_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  StringListNode
 A ListNode for LinkedLists that also stores a string value. More...
 

Functions

char * DetachStringFromStringListNode (StringListNode *node_p)
 

Detailed Description

A doubly-linked list of strings.

Function Documentation

◆ DetachStringFromStringListNode()

char* DetachStringFromStringListNode ( StringListNode node_p)