Files
myclib/README.md

436 B

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.