💾 Archived View for gmi.noulin.net › markdown › linkedList_README.md captured on 2023-07-10 at 18:18:31.
-=-=-=-=-=-=-
# Sheepy This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html) # Linked list type-safe double linked lists The nodes in the list are stored in segments for efficiency. The data can be stored in the list directly nodes to reduce the frequency of memory allocations. # Usage Install with spm: `spm install linkedList` Include header file: - `#include "shpPackages/linkedList/linkedList.h"` Usage examples are on the top of the headers and in `main.c`.