Libfoxutils is a utility library written in and for C released under the Apache 2.0 license.
- Dynamic array (FoxArray).
- Open hash table (FoxMap).
- Non-cryptographic hashing functions.
- Non-cryptographic pseudo-random number generators and utilities.
- Both static and dynamic versions of library.
- Requires support for Statement Expressions.
$ make
# make install
$ make
# make install-symlinks
$ make CFLAGS="-Wall -Wextra -O3 -fPIC -m32" LDFLAGS="-rdynamic -m32"
# make libdir='$(exec_prefix)/lib32' install-symlinks
# make install-headers
$ make docs