https://github.com/yaaama/yama-lib
Personal library of C code and other things
https://github.com/yaaama/yama-lib
Last synced: about 1 year ago
JSON representation
Personal library of C code and other things
- Host: GitHub
- URL: https://github.com/yaaama/yama-lib
- Owner: yaaama
- Created: 2024-11-23T22:24:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-21T23:50:16.000Z (over 1 year ago)
- Last Synced: 2025-03-22T00:26:24.415Z (over 1 year ago)
- Language: C
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `yama-lib`
A repository storing C code that I plan to reuse.
**This is a work in progress!**
# Data Structures
- [ ] Linked List
- [ ] Stack
- [ ] Queue
- [ ] Dynamic Array (Vector)
- [ ] Hash Map
# Macros
- [ ] ANSI Colour Codes
- [ ] Simple Logging
# Algorithms and functions (TBD)
## Null terminated strings
- [ ] Trim trailing whitespace
- [ ] Trim leading whitespace
- [ ] Trim whitespace (both trailing and leading)