singleList

type-safe single linked list with less memory allocations
git clone https://noulin.net/git/singleList.git
Log | Files | Refs | README | LICENSE

commit 17ac48161d34350dd5cd817b1484664d402d2ca0
parent 80d1888c8d0480e64e27b979cf09da85058a158b
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun, 23 Dec 2018 12:23:14 +0100

fix readme in singleList

README.md   | 6 +++---
package.yml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Diffstat:
MREADME.md | 6+++---
Mpackage.yml | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -17,8 +17,8 @@ The data can be stored in the list nodes and further reduce the frequency of mem Install with spm: `spm install singleList` Include one header file: -- `#include "shpPackages/emoji/singleList.h"` -- `#include "shpPackages/emoji/isingleList.h"` -- `#include "shpPackages/emoji/singleListe.h"` +- `#include "shpPackages/singleList/singleList.h"` +- `#include "shpPackages/singleList/isingleList.h"` +- `#include "shpPackages/singleList/singleListe.h"` Usage examples are on the top of the headers. diff --git a/package.yml b/package.yml @@ -1,6 +1,6 @@ --- name: singleList - version: 0.0.2 + version: 0.0.3 description: "single linked lists" bin: ./singleList.h #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe