https://github.com/landiluigi746/gulc
General Utility Library for C
https://github.com/landiluigi746/gulc
c c-utility c99 cmake library
Last synced: 2 months ago
JSON representation
General Utility Library for C
- Host: GitHub
- URL: https://github.com/landiluigi746/gulc
- Owner: landiluigi746
- License: mit
- Created: 2025-01-09T19:06:24.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-14T21:43:43.000Z (3 months ago)
- Last Synced: 2025-02-14T22:28:58.205Z (3 months ago)
- Topics: c, c-utility, c99, cmake, library
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulc


gulc (General Utility Library for C) is a C99 library that provides general purpose functions and types, including:
- Safe memory related functions
- Safe string related functions (not yet)
- Data structures: linked lists, hash maps, vectors, etc. (not yet)It uses CMake as its build system.
The project is made mainly for fun and learning purposes and currently is still in an early stage of development.