2025-10-24 20:18:43 +02:00
2025-09-08 19:36:38 +02:00
2025-09-12 03:17:08 +02:00
2025-10-24 20:18:43 +02:00
2025-09-10 17:05:26 +02:00
2025-10-24 20:18:43 +02:00
2025-10-24 20:18:43 +02:00
2025-10-24 20:18:43 +02:00
2025-09-07 22:36:30 +02:00
2025-09-07 22:36:30 +02:00
2025-09-16 22:31:12 +02:00
2025-09-12 01:43:26 +02:00

myclib

A small, personal C library for learning and experimentation.
Not production-ready. Use at your own risk.

Features

All the features listed are Thread-safe.

  • Hashmaps
  • Strings
  • Circular queues
  • Vectors
  • Stack

Installation

Clone the repo, and then using meson install it:

$ meson setup build
$ cd build
$ meson install

Usage

See the test/ folder for examples.

Description
My personal C library (gh mirror)
Readme 143 KiB
Languages
C 97.6%
Meson 2.4%