zhengliw / clist

Non-standard C linked list library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clist - A multi-mode linked list library/implementation

Nothing in here right now. But I will make this repo big.

Appearently, a lot of people are already cloning this repo, as I can see. Thanks for the attention, but I am sorry to say that this project is just beginning right now and not ready at all. There isn't even any runnable code yet!

But if you are interested, please do me a favor and star this repository, since I have big plans. Thanks! YAY!

Documentation

The documentation is not provided in the repository. It is automatically generated and uploaded to GitHub pages:

Documentation

However, you can clone the repository and run doxygen Doxyfile yourself to generate the documentation. The generated Documentation can be found under /doc/html/index.html.

Credits

Doxygen Theme

License

The MIT License (MIT)
Copyright (c) 2022 Zhengli Wang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Non-standard C linked list library

License:MIT License


Languages

Language:C 100.0%