Initial commit

This commit is contained in:
2026-02-15 11:54:20 -06:00
commit 7c4f56c717
11 changed files with 478 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# mem
## Description
Simple memory allocator written in C.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
## Usage
## Credits / Resources
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)<br>
[Make a README](https://www.makeareadme.com/)<br>
[Choose a LICENSE](https://choosealicense.com/)<br>
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.