Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 395 Bytes

libzro

A header-only C library that provides essential data structures, including:

  • Generic memory management
  • Arena allocator
  • Dynamic array
  • Hashmap

Installation

wget https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/libzro.h

OR

curl https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/libzro.h -o libzro.h