Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 606 Bytes

Lint Test

easylib

An easily understood generic library for C

Notable Features

Objects are passed by value exclusively. This means that every "modification" is actually a new object. This simplifies ownership and resource management. Recall: my primary goal is eas of implementation and understanding.