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

Add libxutils #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ Big libraries that provide data structures and other stuff you expect of a
structures. [``GPL-2.0-only``][GPL-2.0-only]
* [libU][28] - Small library of basic utilities, including memory allocation,
string manipulation and logging. [``BSD-3-Clause``][BSD-3-Clause]
* [libxutils][701] - Simple and yet powerful cross-platform C library providing data structures, algorithms and much more. [``MIT``][MIT]
* [PBL][346] - Large library of utilities, featuring data structures, among
other things. [``LGPL-2.1-or-later``][LGPL-2.1-or-later]
* [plibsys][588] - Cross-platform system C library. Zero third-party dependencies, uses only native system calls. [``MIT``][MIT]
Expand Down Expand Up @@ -1829,5 +1830,6 @@ support for C.
[621]: https://github.com/pspdev/pspsdk/blob/master/LICENSE
[622]: https://remove-to-waste.info
[700]: https://viewsourcecode.org/snaptoken/kilo/
[701]: https://github.com/kala13x/libxutils