Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
/ c-iterators Public archive

An implementation of iterators for linked lists in C

License

Notifications You must be signed in to change notification settings

lambda-limbo/c-iterators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Iterators

This repository contains an implementation of iterators in C. It mainly only iterates over a single linked list but can be expanded to iterate over any structure you think of.

Compiling & Usage

Just take the entire lib directory and use it if you want just a simple single linked list iterator. No fancy stuff heh? If you want to iterate over another structure you will have to change some details on the implementation itself as I haven't done anything more generic than a list iterator.

About

An implementation of iterators for linked lists in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published