An open API service indexing awesome lists of open source software.

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

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)