Skip to content

robmasocco/double-linked-lists_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

double-linked-lists_c

Simple implementation of Double Linked Lists, ready for user applications programming. Written in C, requires the GNU C Library.

They accept every kind of data as entry (as long as it is at most 64-bits wide) and use dynamic memory allocation in the heap (through malloc). For more information, have a look at the code.

Can I use this?

If you stumbled upon here and find this suitable for your project, or think this might save you some work, sure! Just credit the use of this code, and although I used this stuff in projects and tested it, there's no 100% guarantee that it's bug-free. Feel free to open an issue if you see something wrong.

Also, this code is protected by the MIT license as per the attached LICENSE file.

About

Simple implementation of Double Linked Lists, ready for user applications programming. Written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages