Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedryx/c-iter-tools
Simple iterators library for C.
https://github.com/pedryx/c-iter-tools
iterators
Last synced: 6 days ago
JSON representation
Simple iterators library for C.
- Host: GitHub
- URL: https://github.com/pedryx/c-iter-tools
- Owner: pedryx
- Created: 2022-12-02T12:10:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T10:37:08.000Z (over 1 year ago)
- Last Synced: 2024-11-18T00:24:20.274Z (2 months ago)
- Topics: iterators
- Language: C
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Iter Tools
The simple library that adds iterators to C programming language. The project was made for learning purposes.