Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a small disclaimer to README #28

Merged
merged 2 commits into from
Jan 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# memstack
A linked-list based, easy to use and well documented, C library for managing memory in your programs.

*Disclaimer: The aim of this project, and it's name, already exist as other repositories, but the contents of this repository are original and the work of several contributors.*

## Installation

### Build from source
Expand Down Expand Up @@ -225,4 +227,6 @@ If you want to help, why not create an issue?

<a href="https://github.com/khhs167/memstack/graphs/contributors">
<img src="https://contrib.rocks/image?repo=khhs167/memstack" />
</a>
</a>

*If you find the same library elsewhere(maybe even with the same name), that's just because it's not an original idea.*
hrszpuk marked this conversation as resolved.
Show resolved Hide resolved