Skip to content

dlist - a simple doubly linked list container for strings.

Notifications You must be signed in to change notification settings

dc-fukuoka/dlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dlist - a simple doubly linked list container for strings.

$ ./a.out this is a test.
this:    0x2286010, prev:        (nil), next:    0x2286050, val: this
this:    0x2286050, prev:    0x2286010, next:    0x2286090, val: is
this:    0x2286090, prev:    0x2286050, next:    0x22860d0, val: a
this:    0x22860d0, prev:    0x2286090, next:        (nil), val: test.

About

dlist - a simple doubly linked list container for strings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published