1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-11-08 22:31:31 +01:00

docs: add online documentation link

This commit is contained in:
Divlo 2023-01-06 17:46:23 +01:00
parent 3fb77f70cb
commit 86ae85f130
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -22,6 +22,8 @@ C is a low-level programming language and we often end up reinventing the wheel
**libcproject** solve this by providing common functions or data structures (`dictionary`, `linked_list`, `queue`, `stack`, etc.) we might need in our C projects. **libcproject** solve this by providing common functions or data structures (`dictionary`, `linked_list`, `queue`, `stack`, etc.) we might need in our C projects.
[Online documentation](https://libcproject.vercel.app/).
## Prerequisites ## Prerequisites
- [GNU coreutils](https://www.gnu.org/software/coreutils/) - [GNU coreutils](https://www.gnu.org/software/coreutils/)