Files
myclib/README.md
2025-08-03 19:57:31 +02:00

364 B

myclib

myclib is a personal C library. This project is a work in progress and intended for educational use.
It is not production-ready. Use at your own risk.

Features

  • Hashmaps - Thread-safe (MT Safe)
  • Dynamic strings - Not thread-safe (MT Unsafe)

    Requires linking with the C math library (-lm)

  • Circular Queue - Not thread-safe (MT Unsafe)