An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# gulc

![Language](https://img.shields.io/badge/Language-C-blue.svg)
![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)
![Build Status](https://github.com/landiluigi746/gulc/actions/workflows/cmake-multi-platform.yml/badge.svg)

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.