Skip to content

Commit

Permalink
c-list: add reverse iterators
Browse files Browse the repository at this point in the history
Add reverse versions of each for_each macro, allowing for reverse
iteration of lists.
  • Loading branch information
ronand-atl committed Nov 19, 2024
1 parent 9aa81d8 commit c030b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/c-list.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

// stuff

/*
* Circular Intrusive Double Linked List Collection in ISO-C11
*
Expand Down

0 comments on commit c030b15

Please sign in to comment.